From: Yinbo Zhu Date: Mon, 27 May 2019 04:17:18 +0000 (+0800) Subject: armv8: lx2160aqds: Enable eSDHC controllers X-Git-Tag: v2019.07~26^2~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=85e5e21981115fdb64fd39723dd8856bef5c66e9;p=oweals%2Fu-boot.git armv8: lx2160aqds: Enable eSDHC controllers This patch is to enable esdhc controllers for lx2160aqds Signed-off-by: Yinbo Zhu Reviewed-by: Prabhakar Kushwaha --- diff --git a/arch/arm/dts/fsl-lx2160a-qds.dts b/arch/arm/dts/fsl-lx2160a-qds.dts index 77cf2cef9a..99836c4ccb 100644 --- a/arch/arm/dts/fsl-lx2160a-qds.dts +++ b/arch/arm/dts/fsl-lx2160a-qds.dts @@ -15,6 +15,14 @@ compatible = "fsl,lx2160aqds", "fsl,lx2160a"; }; +&esdhc0 { + status = "okay"; +}; + +&esdhc1 { + status = "okay"; +}; + &sata0 { status = "okay"; };