[U-Boot] [PATCH v2 09/20] arch: powerpc: add eSDHC node to t4240 dts
Yinbo Zhu
yinbo.zhu at nxp.com
Wed Sep 18 02:52:08 UTC 2019
Add eSDHC node to t4240 dts
Signed-off-by: Yinbo Zhu <yinbo.zhu at nxp.com>
---
arch/powerpc/dts/t4240.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/powerpc/dts/t4240.dtsi b/arch/powerpc/dts/t4240.dtsi
index fc34974c7f..b09b40d8c6 100644
--- a/arch/powerpc/dts/t4240.dtsi
+++ b/arch/powerpc/dts/t4240.dtsi
@@ -98,6 +98,12 @@
device_type = "open-pic";
clock-frequency = <0x0>;
};
+
+ esdhc: esdhc at 114000 {
+ compatible = "fsl,esdhc";
+ reg = <0x114000 0x1000>;
+ clock-frequency = <0>;
+ };
};
pcie at ffe240000 {
--
2.17.1
More information about the U-Boot
mailing list