diff mbox series

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

Message ID 20181228100251.25697-1-yinbo.zhu@nxp.com (mailing list archive)
State New, archived
Headers show
Series [v1] ARM: dts: ls1021aqds: Enable the esdhc | expand

Commit Message

Yinbo Zhu Dec. 28, 2018, 10:02 a.m. UTC
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(-)

Comments

Shawn Guo Jan. 13, 2019, 2:39 a.m. UTC | #1
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
>
diff mbox series

Patch

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";
 };