Re: [U-Boot] [PATCH] ARM: rmobile: Add rudimentary SDHI2 node on R8A77970 V3M Eagle

2018-04-15 Thread Marek Vasut
On 04/16/2018 12:59 AM, Marek Vasut wrote:
> Add rudimentary SDHI2 DT node on R8A77970 V3M Eagle to allow the
> Renesas SDHI driver to bind with it and allow access to the SD card.
> 
> Signed-off-by: Marek Vasut 
> Cc: Nobuhiro Iwamatsu 
> ---

Please ignore, V2 out. The Eagle part shouldn't be in the commit
message, this is V3M generic.

-- 
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH] ARM: rmobile: Add rudimentary SDHI2 node on R8A77970 V3M Eagle

2018-04-15 Thread Marek Vasut
Add rudimentary SDHI2 DT node on R8A77970 V3M Eagle to allow the
Renesas SDHI driver to bind with it and allow access to the SD card.

Signed-off-by: Marek Vasut 
Cc: Nobuhiro Iwamatsu 
---
 arch/arm/dts/r8a77970.dtsi | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/dts/r8a77970.dtsi b/arch/arm/dts/r8a77970.dtsi
index 42c5c72bf2..ba0e52130a 100644
--- a/arch/arm/dts/r8a77970.dtsi
+++ b/arch/arm/dts/r8a77970.dtsi
@@ -389,5 +389,16 @@
bank-width = <2>;
status = "disabled";
};
+
+   sdhi2: sd@ee14 {
+   compatible = "renesas,sdhi-r8a77970";
+   reg = <0 0xee14 0 0x2000>;
+   interrupts = ;
+   clocks = <&cpg CPG_MOD 314>;
+   max-frequency = <2>;
+   power-domains = <&sysc 32>;
+   resets = <&cpg 314>;
+   status = "disabled";
+   };
};
 };
-- 
2.16.2

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot