diff options
author | Igor Opaniuk <igor.opaniuk@toradex.com> | 2020-02-14 14:36:43 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-03-09 15:06:40 +0100 |
commit | 0c45a51970cd3f9b46f50e606da35b6223c47a8d (patch) | |
tree | 702f79fdbe84fcda2e96d364d8f3b63e816537a3 | |
parent | 289dd9f0720dbbefd6092b9388ad60cc42cb358a (diff) | |
download | u-boot-0c45a51970cd3f9b46f50e606da35b6223c47a8d.tar.gz |
ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 node
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>
-rw-r--r-- | arch/arm/dts/imx8mm-verdin-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
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; }; |