]> Git Repo - J-u-boot.git/commitdiff
ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 node
authorIgor Opaniuk <[email protected]>
Fri, 14 Feb 2020 12:36:43 +0000 (14:36 +0200)
committerStefano Babic <[email protected]>
Mon, 9 Mar 2020 14:06:40 +0000 (15:06 +0100)
Let pinctrl configuration for eMMC node (usdhc1) also be
accessible in SPL.

Signed-off-by: Igor Opaniuk <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Reviewed-by: Oleksandr Suvorov <[email protected]>
arch/arm/dts/imx8mm-verdin-u-boot.dtsi

index d091577a96fe2577661437d3cc24b846ede027a0..e60b9faee442f77dcb10f8e0494f5283b8400b2b 100644 (file)
        u-boot,dm-spl;
 };
 
+&pinctrl_usdhc1 {
+       u-boot,dm-spl;
+};
+
 &pinctrl_usdhc2 {
        u-boot,dm-spl;
 };
This page took 0.036843 seconds and 4 git commands to generate.