summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authoryinbo.zhu <yinbo.zhu@nxp.com>2017-10-25 09:38:28 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-12-12 07:32:40 (GMT)
commit5569d0cebfc7371e726033b7291eb5e366e4d348 (patch)
tree14e722017f527926fd876ed0822389286b97fc95 /arch
parent946747446edd2ec83abb653aaf64c7a031fd9097 (diff)
downloadlinux-5569d0cebfc7371e726033b7291eb5e366e4d348.tar.xz
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 <yinbo.zhu@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/ls1021a-twr.dts4
1 files changed, 4 insertions, 0 deletions
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";
};