diff mbox

[v1] ARM: dts: ls1021a: Enable the esdhc

Message ID 20171115091201.48418-1-yinbo.zhu@nxp.com (mailing list archive)
State New, archived
Headers show

Commit Message

Yinbo Zhu Nov. 15, 2017, 9:12 a.m. UTC
From: "yinbo.zhu" <yinbo.zhu@nxp.com>

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>
---
 arch/arm/boot/dts/ls1021a-twr.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Fabio Estevam Nov. 15, 2017, 2:12 p.m. UTC | #1
On Wed, Nov 15, 2017 at 7:12 AM,  <yinbo.zhu@nxp.com> wrote:
> From: "yinbo.zhu" <yinbo.zhu@nxp.com>
>
> 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>
Shawn Guo Nov. 16, 2017, 11:46 a.m. UTC | #2
On Wed, Nov 15, 2017 at 05:12:01PM +0800, yinbo.zhu@nxp.com wrote:
> From: "yinbo.zhu" <yinbo.zhu@nxp.com>
> 
> 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>

Applied, thanks.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts
index a8b148ad1dd2..f7946f40d35d 100644
--- a/arch/arm/boot/dts/ls1021a-twr.dts
+++ b/arch/arm/boot/dts/ls1021a-twr.dts
@@ -228,6 +228,10 @@ 
 	};
 };
 
+&esdhc {
+        status = "okay";
+};
+
 &sai1 {
 	status = "okay";
 };