From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH v1] ARM: dts: ls1021aqds: Enable the esdhc Date: Sun, 13 Jan 2019 10:39:18 +0800 Message-ID: <20190113023917.GD11426@dragon> References: <20181228100251.25697-1-yinbo.zhu@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20181228100251.25697-1-yinbo.zhu@nxp.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Yinbo Zhu Cc: ulf.hansson@linaro.org, linux-mmc@vger.kernel.org, Adrian Hunter , leoyang.li@nxp.com, Sascha Hauer , yangbo.lu@nxp.com, Fabio Estevam , linux-arm-kernel@lists.infradead.org List-Id: linux-mmc@vger.kernel.org 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 > --- > 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 >