diff mbox series

[v2,10/11] arm: dts: lx2160ardb: support eMMC HS400 mode

Message ID 20200717085024.19385-11-yangbo.lu@nxp.com
State Superseded
Delegated to: Peng Fan
Headers show
Series mmc: fsl_esdhc: support eMMC HS200/HS400 modes | expand

Commit Message

Yangbo Lu July 17, 2020, 8:50 a.m. UTC
Add properties related to eMMC HS400 mode.

mmc-hs400-1_8v;
bus-width = <8>;

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
---
Changes for v2:
	- None.
---
 arch/arm/dts/fsl-lx2160a-rdb.dts | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peng Fan July 20, 2020, 1:44 a.m. UTC | #1
> Subject: [v2, 10/11] arm: dts: lx2160ardb: support eMMC HS400 mode
> 
> Add properties related to eMMC HS400 mode.
> 
> mmc-hs400-1_8v;
> bus-width = <8>;
> 
> Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
> ---
> Changes for v2:
> 	- None.
> ---
>  arch/arm/dts/fsl-lx2160a-rdb.dts | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts
> b/arch/arm/dts/fsl-lx2160a-rdb.dts
> index d787778..5fbdd90 100644
> --- a/arch/arm/dts/fsl-lx2160a-rdb.dts
> +++ b/arch/arm/dts/fsl-lx2160a-rdb.dts
> @@ -80,6 +80,8 @@
>  &esdhc1 {
>  	status = "okay";
>  	mmc-hs200-1_8v;
> +	mmc-hs400-1_8v;
> +	bus-width = <8>;

If kernel already has this, please add kernel commit.
If not, please use fsl-lx2160a-rdb-u-boot.dtsi to include.

Regards,
Peng.

>  };
> 
>  &fspi {
> --
> 2.7.4
Yangbo Lu July 20, 2020, 7:52 a.m. UTC | #2
Hi Peng,

> -----Original Message-----
> From: Peng Fan <peng.fan@nxp.com>
> Sent: Monday, July 20, 2020 9:45 AM
> To: Y.b. Lu <yangbo.lu@nxp.com>; u-boot@lists.denx.de; Priyanka Jain
> <priyanka.jain@nxp.com>; 'Jaehoon Chung' <jh80.chung@samsung.com>
> Cc: Y.b. Lu <yangbo.lu@nxp.com>
> Subject: RE: [v2, 10/11] arm: dts: lx2160ardb: support eMMC HS400 mode
> 
> > Subject: [v2, 10/11] arm: dts: lx2160ardb: support eMMC HS400 mode
> >
> > Add properties related to eMMC HS400 mode.
> >
> > mmc-hs400-1_8v;
> > bus-width = <8>;
> >
> > Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
> > ---
> > Changes for v2:
> > 	- None.
> > ---
> >  arch/arm/dts/fsl-lx2160a-rdb.dts | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts
> > b/arch/arm/dts/fsl-lx2160a-rdb.dts
> > index d787778..5fbdd90 100644
> > --- a/arch/arm/dts/fsl-lx2160a-rdb.dts
> > +++ b/arch/arm/dts/fsl-lx2160a-rdb.dts
> > @@ -80,6 +80,8 @@
> >  &esdhc1 {
> >  	status = "okay";
> >  	mmc-hs200-1_8v;
> > +	mmc-hs400-1_8v;
> > +	bus-width = <8>;
> 
> If kernel already has this, please add kernel commit.
> If not, please use fsl-lx2160a-rdb-u-boot.dtsi to include.

Thanks! Kernel had already has this since the first board dts patch.
b068890 arm64: dts: add LX2160ARDB board support

Do you want me to mention it in commit message?

> 
> Regards,
> Peng.
> 
> >  };
> >
> >  &fspi {
> > --
> > 2.7.4
Peng Fan July 20, 2020, 8:21 a.m. UTC | #3
> Subject: RE: [v2, 10/11] arm: dts: lx2160ardb: support eMMC HS400 mode
> 
> Hi Peng,
> 
> > -----Original Message-----
> > From: Peng Fan <peng.fan@nxp.com>
> > Sent: Monday, July 20, 2020 9:45 AM
> > To: Y.b. Lu <yangbo.lu@nxp.com>; u-boot@lists.denx.de; Priyanka Jain
> > <priyanka.jain@nxp.com>; 'Jaehoon Chung' <jh80.chung@samsung.com>
> > Cc: Y.b. Lu <yangbo.lu@nxp.com>
> > Subject: RE: [v2, 10/11] arm: dts: lx2160ardb: support eMMC HS400 mode
> >
> > > Subject: [v2, 10/11] arm: dts: lx2160ardb: support eMMC HS400 mode
> > >
> > > Add properties related to eMMC HS400 mode.
> > >
> > > mmc-hs400-1_8v;
> > > bus-width = <8>;
> > >
> > > Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
> > > ---
> > > Changes for v2:
> > > 	- None.
> > > ---
> > >  arch/arm/dts/fsl-lx2160a-rdb.dts | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> > > diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts
> > > b/arch/arm/dts/fsl-lx2160a-rdb.dts
> > > index d787778..5fbdd90 100644
> > > --- a/arch/arm/dts/fsl-lx2160a-rdb.dts
> > > +++ b/arch/arm/dts/fsl-lx2160a-rdb.dts
> > > @@ -80,6 +80,8 @@
> > >  &esdhc1 {
> > >  	status = "okay";
> > >  	mmc-hs200-1_8v;
> > > +	mmc-hs400-1_8v;
> > > +	bus-width = <8>;
> >
> > If kernel already has this, please add kernel commit.
> > If not, please use fsl-lx2160a-rdb-u-boot.dtsi to include.
> 
> Thanks! Kernel had already has this since the first board dts patch.
> b068890 arm64: dts: add LX2160ARDB board support
> 
> Do you want me to mention it in commit message?

Yes, please.

Thanks,
Peng.

> 
> >
> > Regards,
> > Peng.
> >
> > >  };
> > >
> > >  &fspi {
> > > --
> > > 2.7.4
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts b/arch/arm/dts/fsl-lx2160a-rdb.dts
index d787778..5fbdd90 100644
--- a/arch/arm/dts/fsl-lx2160a-rdb.dts
+++ b/arch/arm/dts/fsl-lx2160a-rdb.dts
@@ -80,6 +80,8 @@ 
 &esdhc1 {
 	status = "okay";
 	mmc-hs200-1_8v;
+	mmc-hs400-1_8v;
+	bus-width = <8>;
 };
 
 &fspi {