From 5569d0cebfc7371e726033b7291eb5e366e4d348 Mon Sep 17 00:00:00 2001 From: "yinbo.zhu" Date: Wed, 25 Oct 2017 17:38:28 +0800 Subject: 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 diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts index 907e539..94d4714 100644 --- a/arch/arm/boot/dts/ls1021a-twr.dts +++ b/arch/arm/boot/dts/ls1021a-twr.dts @@ -241,6 +241,10 @@ }; }; +&esdhc { + status = "okay"; +}; + &sai1 { status = "okay"; }; -- cgit v0.10.2