diff options
author | Yinbo Zhu | 2019-10-15 17:20:46 +0800 |
---|---|---|
committer | Priyanka Jain | 2019-11-25 11:54:27 +0530 |
commit | d2c398b75fbb4c3d7337354386dee27f875bf60b (patch) | |
tree | dc263aa291a70ad33073fe4b1b0efcc066752f34 /arch/powerpc/dts | |
parent | 428e7a1da6b10672827109d926e19af24d15029b (diff) |
arch: powerpc: add eSDHC node to t102x dts
Add eSDHC node to t102x dts
Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'arch/powerpc/dts')
-rw-r--r-- | arch/powerpc/dts/t102x.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/dts/t102x.dtsi b/arch/powerpc/dts/t102x.dtsi index 7d3f7c53abc..0bc1d809a4b 100644 --- a/arch/powerpc/dts/t102x.dtsi +++ b/arch/powerpc/dts/t102x.dtsi @@ -57,6 +57,12 @@ sata-number = <2>; sata-fpdma = <0>; }; + + esdhc: esdhc@114000 { + compatible = "fsl,esdhc"; + reg = <0x114000 0x1000>; + clock-frequency = <0>; + }; }; pcie@ffe240000 { |