diff mbox series

[U-Boot,v1,01/20] arch: powerpc: add eSDHC node to p1020 dts

Message ID 20190917025603.31111-1-yinbo.zhu@nxp.com
State Superseded
Delegated to: Priyanka Jain
Headers show
Series [U-Boot,v1,01/20] arch: powerpc: add eSDHC node to p1020 dts | expand

Commit Message

Yinbo Zhu Sept. 17, 2019, 2:55 a.m. UTC
This patch is to add eSDHC node to p1020 dts

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
 arch/powerpc/dts/p1020-post.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/arch/powerpc/dts/p1020-post.dtsi b/arch/powerpc/dts/p1020-post.dtsi
index 1e5e67804b..fb3b203a24 100644
--- a/arch/powerpc/dts/p1020-post.dtsi
+++ b/arch/powerpc/dts/p1020-post.dtsi
@@ -24,6 +24,13 @@ 
 		single-cpu-affinity;
 		last-interrupt-source = <255>;
 	};
+
+	esdhc: esdhc@2e000 {
+		compatible = "fsl,esdhc";
+		reg = <0x2e000 0x1000>;
+		/* Filled in by U-Boot */
+		clock-frequency = <0>;
+	};
 };
 
 /* PCIe controller base address 0x9000 */