arm64: dts: verdin-imx8mp: improve pinctrl for vbus-supplies
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Wed, 2 Nov 2022 13:11:58 +0000 (14:11 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Nov 2022 05:46:55 +0000 (13:46 +0800)
As we are using two fixed regulators for Verdin USB_1_EN (SODIMM 155)
and Verdin USB_2_EN (SODIMM 185), those should be muxed as GPIOs rather
than OTG_PWR.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi

index 39e1d17802105448966334c7cc49eec40965f3ff..e2fa8070791d880a507d4fafb429eb5070abc836 100644 (file)
 
        pinctrl_usb1_vbus: usb1vbusgrp {
                fsl,pins =
-                       <MX8MP_IOMUXC_GPIO1_IO12__USB1_OTG_PWR          0x19>;  /* SODIMM 155 */
+                       <MX8MP_IOMUXC_GPIO1_IO12__GPIO1_IO12            0x106>; /* SODIMM 155 */
        };
 
        /* USB_1_ID */
 
        pinctrl_usb2_vbus: usb2vbusgrp {
                fsl,pins =
-                       <MX8MP_IOMUXC_GPIO1_IO14__USB2_OTG_PWR          0x19>;  /* SODIMM 185 */
+                       <MX8MP_IOMUXC_GPIO1_IO14__GPIO1_IO14            0x106>; /* SODIMM 185 */
        };
 
        /* On-module Wi-Fi */