From: yinbo.zhu Date: Wed, 15 Nov 2017 09:12:01 +0000 (+0800) Subject: ARM: dts: ls1021a: Enable the esdhc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5710825f52dbaedf69e00570aa005688909c1e11;p=linux.git ARM: dts: ls1021a: Enable the esdhc 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 Reviewed-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts index a8b148ad1dd2c..f7946f40d35dd 100644 --- a/arch/arm/boot/dts/ls1021a-twr.dts +++ b/arch/arm/boot/dts/ls1021a-twr.dts @@ -228,6 +228,10 @@ }; }; +&esdhc { + status = "okay"; +}; + &sai1 { status = "okay"; };