[PATCH v1 1/2] ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 node

2020-03-10 Thread sbabic
> From: Igor Opaniuk 
> Let pinctrl configuration for eMMC node (usdhc1) also be
> accessible in SPL.
> Signed-off-by: Igor Opaniuk 
> Reviewed-by: Peng Fan 
> Reviewed-by: Oleksandr Suvorov 
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=


Re: [PATCH v1 1/2] ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 node

2020-02-14 Thread Oleksandr Suvorov
On Fri, Feb 14, 2020 at 2:36 PM Igor Opaniuk  wrote:
>
> From: Igor Opaniuk 
>
> Let pinctrl configuration for eMMC node (usdhc1) also be
> accessible in SPL.
>
> Signed-off-by: Igor Opaniuk 

Reviewed-by: Oleksandr Suvorov 

> ---
>
>  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;
>  };
>
> +_usdhc1 {
> +   u-boot,dm-spl;
> +};
> +
>  _usdhc2 {
> u-boot,dm-spl;
>  };
> --
> 2.17.1
>


-- 
Best regards
Oleksandr Suvorov

Toradex AG
Altsagenstrasse 5 | 6048 Horw/Luzern | Switzerland | T: +41 41 500
4800 (main line)


RE: [PATCH v1 1/2] ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 node

2020-02-14 Thread Peng Fan
> Subject: [PATCH v1 1/2] ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1
> node
> 
> From: Igor Opaniuk 
> 
> Let pinctrl configuration for eMMC node (usdhc1) also be accessible in SPL.
> 
> Signed-off-by: Igor Opaniuk 

Reviewed-by: Peng Fan 

> ---
> 
>  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;
>  };
> 
> +_usdhc1 {
> + u-boot,dm-spl;
> +};
> +
>  _usdhc2 {
>   u-boot,dm-spl;
>  };
> --
> 2.17.1



[PATCH v1 1/2] ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 node

2020-02-14 Thread Igor Opaniuk
From: Igor Opaniuk 

Let pinctrl configuration for eMMC node (usdhc1) also be
accessible in SPL.

Signed-off-by: Igor Opaniuk 
---

 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;
 };
 
+_usdhc1 {
+   u-boot,dm-spl;
+};
+
 _usdhc2 {
u-boot,dm-spl;
 };
-- 
2.17.1