diff options
author | Marek Vasut <marex@denx.de> | 2019-05-16 00:45:55 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-05-20 03:09:23 +0200 |
commit | 3c3601cd6a6d344f84f444ba6e0e52383410598f (patch) | |
tree | c086557f45900ade1778ae9e6509f6d9dce007e3 /arch/arm/boot/dts/imx53-m53menlo.dts | |
parent | ARM: dts: imx53: Update UART configuration on M53Menlo (diff) | |
download | linux-3c3601cd6a6d344f84f444ba6e0e52383410598f.tar.xz linux-3c3601cd6a6d344f84f444ba6e0e52383410598f.zip |
ARM: dts: imx53: Update USB configuration on M53Menlo
Turn USBH1 into Host and update the GPIO polarity of the
regulator to match new hardware.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
To: linux-arm-kernel@lists.infradead.org
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-m53menlo.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-m53menlo.dts | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx53-m53menlo.dts b/arch/arm/boot/dts/imx53-m53menlo.dts index 62bc6a95a477..7dddd7028bec 100644 --- a/arch/arm/boot/dts/imx53-m53menlo.dts +++ b/arch/arm/boot/dts/imx53-m53menlo.dts @@ -50,7 +50,8 @@ regulator-name = "vbus"; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; - gpio = <&gpio1 2 GPIO_ACTIVE_LOW>; + gpio = <&gpio1 2 GPIO_ACTIVE_HIGH>; + enable-active-high; }; }; @@ -268,8 +269,10 @@ pinctrl_usb: usbgrp { fsl,pins = < - MX53_PAD_GPIO_2__GPIO1_2 0x1d5 - MX53_PAD_GPIO_3__USBOH3_USBH1_OC 0x1d5 + MX53_PAD_GPIO_2__GPIO1_2 0x1c4 + MX53_PAD_GPIO_3__USBOH3_USBH1_OC 0x1c4 + MX53_PAD_GPIO_4__GPIO1_4 0x1c4 + MX53_PAD_GPIO_18__GPIO7_13 0x1c4 >; }; }; @@ -322,7 +325,7 @@ pinctrl-0 = <&pinctrl_usb>; vbus-supply = <®_usbh1_vbus>; phy_type = "utmi"; - dr_mode = "peripheral"; + dr_mode = "host"; status = "okay"; }; |