diff mbox series

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

Message ID 20200214123644.3380-1-igor.opaniuk@gmail.com
State Accepted
Commit 0c45a51970cd3f9b46f50e606da35b6223c47a8d
Delegated to: Stefano Babic
Headers show
Series [v1,1/2] ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 node | expand

Commit Message

Igor Opaniuk Feb. 14, 2020, 12:36 p.m. UTC
From: Igor Opaniuk <igor.opaniuk@toradex.com>

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

Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
---

 arch/arm/dts/imx8mm-verdin-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Peng Fan Feb. 14, 2020, 1:05 p.m. UTC | #1
> Subject: [PATCH v1 1/2] ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1
> node
> 
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
> 
> Let pinctrl configuration for eMMC node (usdhc1) also be accessible in SPL.
> 
> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>

Reviewed-by: Peng Fan <peng.fan@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
Oleksandr Suvorov Feb. 14, 2020, 1:27 p.m. UTC | #2
On Fri, Feb 14, 2020 at 2:36 PM Igor Opaniuk <igor.opaniuk@gmail.com> wrote:
>
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
>
> Let pinctrl configuration for eMMC node (usdhc1) also be
> accessible in SPL.
>
> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>

Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@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
>
Stefano Babic March 10, 2020, 3:32 p.m. UTC | #3
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
> Let pinctrl configuration for eMMC node (usdhc1) also be
> accessible in SPL.
> Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
> Reviewed-by: Peng Fan <peng.fan@nxp.com>
> Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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