[U-Boot] [PATCH v3 01/20] arch: powerpc: add eSDHC node to p1020 dts
Yinbo Zhu
yinbo.zhu at nxp.com
Tue Oct 15 09:20:40 UTC 2019
Add eSDHC node to p1020 dts
Signed-off-by: Yinbo Zhu <yinbo.zhu at nxp.com>
---
arch/powerpc/dts/p1020-post.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/powerpc/dts/p1020-post.dtsi b/arch/powerpc/dts/p1020-post.dtsi
index 1e5e678..fb3b203 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 at 2e000 {
+ compatible = "fsl,esdhc";
+ reg = <0x2e000 0x1000>;
+ /* Filled in by U-Boot */
+ clock-frequency = <0>;
+ };
};
/* PCIe controller base address 0x9000 */
--
2.9.5
More information about the U-Boot
mailing list