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 коммит произвёл Shawn Guo
Родитель 1b07642422
Коммит 5710825f52
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -228,6 +228,10 @@
};
};
&esdhc {
status = "okay";
};
&sai1 {
status = "okay";
};