summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2020-02-14 14:36:43 +0200
committerStefano Babic <sbabic@denx.de>2020-03-09 15:06:40 +0100
commit0c45a51970cd3f9b46f50e606da35b6223c47a8d (patch)
tree702f79fdbe84fcda2e96d364d8f3b63e816537a3 /arch
parent289dd9f0720dbbefd6092b9388ad60cc42cb358a (diff)
downloadu-boot-0c45a51970cd3f9b46f50e606da35b6223c47a8d.tar.gz
u-boot-0c45a51970cd3f9b46f50e606da35b6223c47a8d.tar.xz
u-boot-0c45a51970cd3f9b46f50e606da35b6223c47a8d.zip
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx8mm-verdin-u-boot.dtsi4
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;
};