Message ID | 20200214123644.3380-1-igor.opaniuk@gmail.com |
---|---|
State | New |
Headers | show |
Series | [v1,1/2] ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 node | expand |
> Subject: [PATCH v1 1/2] ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 > node > > From: Igor Opaniuk <igor.opaniuk at toradex.com> > > Let pinctrl configuration for eMMC node (usdhc1) also be accessible in SPL. > > Signed-off-by: Igor Opaniuk <igor.opaniuk at toradex.com> Reviewed-by: Peng Fan <peng.fan at nxp.com> > --- > > arch/arm/dts/imx8mm-verdin-u-boot.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi > b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi > index d091577a96..e60b9faee4 100644 > --- a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi > +++ b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi > @@ -69,6 +69,10 @@ > u-boot,dm-spl; > }; > > +&pinctrl_usdhc1 { > + u-boot,dm-spl; > +}; > + > &pinctrl_usdhc2 { > u-boot,dm-spl; > }; > -- > 2.17.1
On Fri, Feb 14, 2020 at 2:36 PM Igor Opaniuk <igor.opaniuk at gmail.com> wrote: > > From: Igor Opaniuk <igor.opaniuk at toradex.com> > > Let pinctrl configuration for eMMC node (usdhc1) also be > accessible in SPL. > > Signed-off-by: Igor Opaniuk <igor.opaniuk at toradex.com> Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov at toradex.com> > --- > > arch/arm/dts/imx8mm-verdin-u-boot.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi > index d091577a96..e60b9faee4 100644 > --- a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi > +++ b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi > @@ -69,6 +69,10 @@ > u-boot,dm-spl; > }; > > +&pinctrl_usdhc1 { > + u-boot,dm-spl; > +}; > + > &pinctrl_usdhc2 { > u-boot,dm-spl; > }; > -- > 2.17.1 >
> From: Igor Opaniuk <igor.opaniuk at toradex.com> > Let pinctrl configuration for eMMC node (usdhc1) also be > accessible in SPL. > Signed-off-by: Igor Opaniuk <igor.opaniuk at toradex.com> > Reviewed-by: Peng Fan <peng.fan at nxp.com> > Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov at toradex.com> Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic
diff --git a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi index d091577a96..e60b9faee4 100644 --- a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi @@ -69,6 +69,10 @@ u-boot,dm-spl; }; +&pinctrl_usdhc1 { + u-boot,dm-spl; +}; + &pinctrl_usdhc2 { u-boot,dm-spl; };