Re: [PATCH v7 08/11] arm64: dts: r8a7796: add SDHI nodes

2016-10-20 Thread Simon Horman
On Fri, Sep 16, 2016 at 12:53:22PM +0200, Simon Horman wrote:
> On Fri, Sep 16, 2016 at 12:30:48PM +0200, Wolfram Sang wrote:
> > On Tue, Sep 13, 2016 at 12:57:05PM +0200, Simon Horman wrote:
> > > Add SDHI nodes to the DT of the r8a7796 SoC.
> > > 
> > > Based on the DT of the r8a7795 SoC.
> > > 
> > > Signed-off-by: Simon Horman 
> > > Reviewed-by: Geert Uytterhoeven 
> > 
> > If you remove the two lines you removed from H3 already:
> 
> Thanks, done.
> 
> > Reviewed-by: Wolfram Sang 

I have queued this up for v4.10.


Re: [PATCH v7 08/11] arm64: dts: r8a7796: add SDHI nodes

2016-09-16 Thread Simon Horman
On Fri, Sep 16, 2016 at 12:30:48PM +0200, Wolfram Sang wrote:
> On Tue, Sep 13, 2016 at 12:57:05PM +0200, Simon Horman wrote:
> > Add SDHI nodes to the DT of the r8a7796 SoC.
> > 
> > Based on the DT of the r8a7795 SoC.
> > 
> > Signed-off-by: Simon Horman 
> > Reviewed-by: Geert Uytterhoeven 
> 
> If you remove the two lines you removed from H3 already:

Thanks, done.

> Reviewed-by: Wolfram Sang 




Re: [PATCH v7 08/11] arm64: dts: r8a7796: add SDHI nodes

2016-09-16 Thread Wolfram Sang
On Tue, Sep 13, 2016 at 12:57:05PM +0200, Simon Horman wrote:
> Add SDHI nodes to the DT of the r8a7796 SoC.
> 
> Based on the DT of the r8a7795 SoC.
> 
> Signed-off-by: Simon Horman 
> Reviewed-by: Geert Uytterhoeven 

If you remove the two lines you removed from H3 already:

Reviewed-by: Wolfram Sang 

> + sdhi2: sd@ee14 {
> + compatible = "renesas,sdhi-r8a7796";
> + reg = <0 0xee14 0 0x2000>;
> + interrupts = ;
> + clocks = < CPG_MOD 312>;
> + max-frequency = <2>;
> + power-domains = < R8A7796_PD_ALWAYS_ON>;
> + cap-mmc-highspeed;
This one...

> + status = "disabled";
> + };
> +
> + sdhi3: sd@ee16 {
> + compatible = "renesas,sdhi-r8a7796";
> + reg = <0 0xee16 0 0x2000>;
> + interrupts = ;
> + clocks = < CPG_MOD 311>;
> + max-frequency = <2>;
> + power-domains = < R8A7796_PD_ALWAYS_ON>;
> + cap-mmc-highspeed;

... and ditto.



signature.asc
Description: PGP signature


[PATCH v7 08/11] arm64: dts: r8a7796: add SDHI nodes

2016-09-13 Thread Simon Horman
Add SDHI nodes to the DT of the r8a7796 SoC.

Based on the DT of the r8a7795 SoC.

Signed-off-by: Simon Horman 
Reviewed-by: Geert Uytterhoeven 
---
 arch/arm64/boot/dts/renesas/r8a7796.dtsi | 42 
 1 file changed, 42 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi 
b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
index 9217da983525..3aae29fdd9d7 100644
--- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
@@ -251,5 +251,47 @@
power-domains = < R8A7796_PD_ALWAYS_ON>;
status = "disabled";
};
+
+   sdhi0: sd@ee10 {
+   compatible = "renesas,sdhi-r8a7796";
+   reg = <0 0xee10 0 0x2000>;
+   interrupts = ;
+   clocks = < CPG_MOD 314>;
+   max-frequency = <2>;
+   power-domains = < R8A7796_PD_ALWAYS_ON>;
+   status = "disabled";
+   };
+
+   sdhi1: sd@ee12 {
+   compatible = "renesas,sdhi-r8a7796";
+   reg = <0 0xee12 0 0x2000>;
+   interrupts = ;
+   clocks = < CPG_MOD 313>;
+   max-frequency = <2>;
+   power-domains = < R8A7796_PD_ALWAYS_ON>;
+   status = "disabled";
+   };
+
+   sdhi2: sd@ee14 {
+   compatible = "renesas,sdhi-r8a7796";
+   reg = <0 0xee14 0 0x2000>;
+   interrupts = ;
+   clocks = < CPG_MOD 312>;
+   max-frequency = <2>;
+   power-domains = < R8A7796_PD_ALWAYS_ON>;
+   cap-mmc-highspeed;
+   status = "disabled";
+   };
+
+   sdhi3: sd@ee16 {
+   compatible = "renesas,sdhi-r8a7796";
+   reg = <0 0xee16 0 0x2000>;
+   interrupts = ;
+   clocks = < CPG_MOD 311>;
+   max-frequency = <2>;
+   power-domains = < R8A7796_PD_ALWAYS_ON>;
+   cap-mmc-highspeed;
+   status = "disabled";
+   };
};
 };
-- 
2.7.0.rc3.207.g0ac5344