linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] ARM: dts: ls1021aqds: Enable the esdhc
@ 2018-12-28 10:02 Yinbo Zhu
  2019-01-13  2:39 ` Shawn Guo
  0 siblings, 1 reply; 2+ 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v1] ARM: dts: ls1021aqds: Enable the esdhc
  2018-12-28 10:02 [PATCH v1] ARM: dts: ls1021aqds: Enable the esdhc Yinbo Zhu
@ 2019-01-13  2:39 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2019-01-13  2:39 UTC (permalink / raw)
  To: Yinbo Zhu
  Cc: ulf.hansson, linux-mmc, Adrian Hunter, leoyang.li, Sascha Hauer,
	yangbo.lu, Fabio Estevam, linux-arm-kernel

On Fri, Dec 28, 2018 at 06:02:51PM +0800, Yinbo Zhu wrote:
> 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";
> +};
> +

Please add it after &enet2 to keep them sort alphabetically.

Shawn

>  &sai2 {
>  	status = "okay";
>  };
> -- 
> 1.7.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

Thread overview: 2+ 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
2019-01-13  2:39 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).