The esdhc node has some minor fixes according to the RM document. Signed-off-by: Yinbo Zhu <yinbo....@nxp.com> --- arch/arm/dts/fsl-lx2160a.dtsi | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/arch/arm/dts/fsl-lx2160a.dtsi b/arch/arm/dts/fsl-lx2160a.dtsi index 73c24f7..8c8172b 100644 --- a/arch/arm/dts/fsl-lx2160a.dtsi +++ b/arch/arm/dts/fsl-lx2160a.dtsi @@ -77,8 +77,7 @@ }; esdhc0: esdhc@2140000 { - status = "disabled"; - compatible = "fsl,ls2080a-esdhc", "fsl,esdhc"; + compatible = "fsl,esdhc"; reg = <0x0 0x2140000 0x0 0x10000>; interrupts = <0 28 0x4>; /* Level high type */ clocks = <&clockgen 4 1>; @@ -86,18 +85,20 @@ sdhci,auto-cmd12; little-endian; bus-width = <4>; + status = "disabled"; }; esdhc1: esdhc@2150000 { - status = "disabled"; - compatible = "fsl,ls2080a-esdhc", "fsl,esdhc"; + compatible = "fsl,esdhc"; reg = <0x0 0x2150000 0x0 0x10000>; - interrupts = <0 28 0x4>; /* Level high type */ + interrupts = <0 63 0x4>; /* Level high type */ clocks = <&clockgen 4 1>; voltage-ranges = <1800 1800 3300 3300>; sdhci,auto-cmd12; + non-removable; little-endian; bus-width = <4>; + status = "disabled"; }; dspi0: dspi@2100000 { -- 1.7.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot