From: Josep Orga Date: Thu, 7 Sep 2023 12:23:19 +0000 (+0200) Subject: imx8mp-somdevices: Add GPIOs of USB and PMIC. X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.2~9 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=379086685893f9e0ee5e3c23373c2c534aafebc1;p=u-boot.git imx8mp-somdevices: Add GPIOs of USB and PMIC. Signed-off-by: Josep Orga --- diff --git a/arch/arm/dts/imx8mp-somdevices.dts b/arch/arm/dts/imx8mp-somdevices.dts index bebf28ad94..0d89564f45 100644 --- a/arch/arm/dts/imx8mp-somdevices.dts +++ b/arch/arm/dts/imx8mp-somdevices.dts @@ -41,7 +41,7 @@ pinctrl-0 = <&pinctrl_usb1_vbus>; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; - gpio = <&gpio1 14 GPIO_ACTIVE_HIGH>; + gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>; enable-active-high; regulator-always-on; }; @@ -124,9 +124,9 @@ pmic: pca9450@25 { reg = <0x25>; compatible = "nxp,pca9450c"; - /* PMIC PCA9450 PMIC_nINT GPIO1_IO3 */ + /* PMIC PCA9450 PMIC_nINT GPIO4_IO18 */ pinctrl-0 = <&pinctrl_pmic>; - gpio_intr = <&gpio1 3 GPIO_ACTIVE_LOW>; + gpio_intr = <&gpio4 18 GPIO_ACTIVE_LOW>; regulators { #address-cells = <1>; @@ -430,7 +430,7 @@ pinctrl_pmic: pmicirq { fsl,pins = < - MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x41 + MX8MP_IOMUXC_SAI1_TXD6__GPIO4_IO18 0x41 >; }; @@ -449,7 +449,7 @@ pinctrl_usb1_vbus: usb1grp { fsl,pins = < - MX8MP_IOMUXC_GPIO1_IO14__GPIO1_IO14 0x19 + MX8MP_IOMUXC_GPIO1_IO12__GPIO1_IO12 0x19 >; };