Re: [PATCH v2 16/17] sh: I/O DATA HDL-U (a.k.a. landisk) Device Tree

2016-06-13 Thread Yoshinori Sato
On Mon, 13 Jun 2016 17:13:37 +0900, Geert Uytterhoeven wrote: > > Hi Sato-san, > > On Sun, Jun 12, 2016 at 8:54 AM, Yoshinori Sato > wrote: > > --- /dev/null > > +++ b/arch/sh/boot/dts/landisk.dts > > @@ -0,0 +1,150 @@ > > > +pllclk: pllclk { > > +compatible = "renesas,s

Re: [PATCH v2 16/17] sh: I/O DATA HDL-U (a.k.a. landisk) Device Tree

2016-06-13 Thread Geert Uytterhoeven
Hi Sato-san, On Sun, Jun 12, 2016 at 8:54 AM, Yoshinori Sato wrote: > --- /dev/null > +++ b/arch/sh/boot/dts/landisk.dts > @@ -0,0 +1,150 @@ > +pllclk: pllclk { > +compatible = "renesas,sh7750-pll-clock"; > +clocks = <&oclk>; > +#clock-cell

[PATCH v2 16/17] sh: I/O DATA HDL-U (a.k.a. landisk) Device Tree

2016-06-11 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- arch/sh/boot/dts/landisk.dts | 150 +++ 1 file changed, 150 insertions(+) create mode 100644 arch/sh/boot/dts/landisk.dts diff --git a/arch/sh/boot/dts/landisk.dts b/arch/sh/boot/dts/landisk.dts new file mode 100644 index