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>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
yinbo.zhu
2017-11-15 17:12:01 +08:00
committed by Shawn Guo
parent 1b07642422
commit 5710825f52

View File

@@ -228,6 +228,10 @@ tbi1: tbi-phy@1f {
};
};
&esdhc {
status = "okay";
};
&sai1 {
status = "okay";
};