All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ls1021aqds: enable esdhc controller
@ 2019-02-26  8:40 ` Yinbo Zhu
  0 siblings, 0 replies; 4+ messages in thread
From: Yinbo Zhu @ 2019-02-26  8:40 UTC (permalink / raw)
  To: Shawn Guo, Leo Li, Rob Herring
  Cc: Yinbo Zhu, Y.b. Lu, Xiaobo Xie, Mark Rutland,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org

From: Yinbo Zhu <yinbo.zhu@nxp.com>

This patch is to enable esdhc controller in ls1021aqds

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
Change in v2:
		Add patch code after &enet2 to keep them sort alphabetically.

 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 dac61e7..ae26f8b 100644
--- a/arch/arm/boot/dts/ls1021a-qds.dts
+++ b/arch/arm/boot/dts/ls1021a-qds.dts
@@ -160,6 +160,10 @@
 	status = "okay";
 };
 
+&esdhc {
+	status = "okay";
+};
+
 &i2c0 {
 	status = "okay";
 
-- 
1.7.1

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

end of thread, other threads:[~2019-03-04  1:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-26  8:40 [PATCH v2] ls1021aqds: enable esdhc controller Yinbo Zhu
2019-02-26  8:40 ` Yinbo Zhu
2019-03-04  1:21 ` Shawn Guo
2019-03-04  1:21   ` 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.