MLK-13638-2 ARM: dts: imx7ulp-evk: fix GPIO direction for USB vbus and id
authorPeter Chen <peter.chen@nxp.com>
Fri, 6 Jan 2017 02:58:33 +0000 (10:58 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:58:18 +0000 (14:58 -0500)
The vbus should be output, and the id should be input.
Without this change, the GPIO configuration (through pinctrl
register) is incorrect from system suspend.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
arch/arm/boot/dts/imx7ulp-evk.dts

index dcbbded..1e20bcd 100644 (file)
 
                pinctrl_usb_otg1: usbotg1grp {
                        fsl,pins = <
-                               ULP1_PAD_PTC0__PTC0             0x30100
+                               ULP1_PAD_PTC0__PTC0             0x20100
                        >;
                };
 
                pinctrl_extcon_usb1: extcon1grp {
                        fsl,pins = <
-                               ULP1_PAD_PTC8__PTC8             0x30103
+                               ULP1_PAD_PTC8__PTC8             0x10103
                        >;
                };