All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] ARM: dts: ls1021aqds: Enable the esdhc
@ 2018-12-28 10:02 ` Yinbo Zhu
  0 siblings, 0 replies; 4+ messages in thread
From: Yinbo Zhu @ 2018-12-28 10:02 UTC (permalink / raw)
  To: linux-mmc, Adrian Hunter, ulf.hansson, Shawn Guo, Sascha Hauer
  Cc: Fabio Estevam, yinbo.zhu, yangbo.lu, linux-arm-kernel, leoyang.li

This patch is to set the esdhc's status to "okay" in kernel.

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
 arch/arm/boot/dts/ls1021a-qds.dts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/ls1021a-qds.dts b/arch/arm/boot/dts/ls1021a-qds.dts
index bfd3746..98e562c 100644
--- a/arch/arm/boot/dts/ls1021a-qds.dts
+++ b/arch/arm/boot/dts/ls1021a-qds.dts
@@ -334,6 +334,10 @@
 	};
 };
 
+&esdhc {
+	status = "okay";
+};
+
 &sai2 {
 	status = "okay";
 };
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-13  2:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-28 10:02 [PATCH v1] ARM: dts: ls1021aqds: Enable the esdhc Yinbo Zhu
2018-12-28 10:02 ` Yinbo Zhu
2019-01-13  2:39 ` Shawn Guo
2019-01-13  2:39   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.