]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 a8b148ad1dd2c37076a6a89d7c02498064fabc15..f7946f40d35ddfe1a3bf14cb4969b7a8f6627c0b 100644 (file)
@@ -228,6 +228,10 @@ tbi1: tbi-phy@1f {
        };
 };
 
+&esdhc {
+        status = "okay";
+};
+
 &sai1 {
        status = "okay";
 };