From: Yinbo Zhu Date: Tue, 25 Sep 2018 06:47:10 +0000 (+0800) Subject: armv8: ls1043a: add eSDHC node X-Git-Tag: v2018.11-rc1~29^2~23 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bdccf12839c00cd67f08df13116cf610e3ded1b4;p=oweals%2Fu-boot.git armv8: ls1043a: add eSDHC node This patch is to add eSDHC node for ls1043a. Signed-off-by: Yinbo Zhu Reviewed-by: York Sun --- diff --git a/arch/arm/dts/fsl-ls1043a.dtsi b/arch/arm/dts/fsl-ls1043a.dtsi index ff401222ff..a804f5123c 100644 --- a/arch/arm/dts/fsl-ls1043a.dtsi +++ b/arch/arm/dts/fsl-ls1043a.dtsi @@ -70,6 +70,14 @@ status = "disabled"; }; + esdhc: esdhc@1560000 { + compatible = "fsl,esdhc"; + reg = <0x0 0x1560000 0x0 0x10000>; + interrupts = <0 62 0x4>; + big-endian; + bus-width = <4>; + }; + ifc: ifc@1530000 { compatible = "fsl,ifc", "simple-bus"; reg = <0x0 0x1530000 0x0 0x10000>;