Commit 5710825f authored by yinbo.zhu's avatar yinbo.zhu Committed by Shawn Guo
Browse files

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: default avataryinbo.zhu <yinbo.zhu@nxp.com>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1b076424
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -228,6 +228,10 @@ tbi1: tbi-phy@1f {
	};
};

&esdhc {
        status = "okay";
};

&sai1 {
	status = "okay";
};