ARM: dts: ls1021a: Enable the esdhc
authoryinbo.zhu <yinbo.zhu@nxp.com>
Wed, 15 Nov 2017 09:12:01 +0000 (17:12 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000 (16:15 +0800)
Ls1021a esdhc had been enabled in uboot,
but it had not been enabled it in kernel,
So set the esdhc's status to "okay".

Signed-off-by: yinbo.zhu <yinbo.zhu@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/ls1021a-twr.dts

index a8b148a..f7946f4 100644 (file)
        };
 };
 
+&esdhc {
+        status = "okay";
+};
+
 &sai1 {
        status = "okay";
 };