diff options
author | Jon Nettleton <jon@solid-run.com> | 2018-02-19 10:56:44 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-24 11:44:07 +0300 |
commit | 67de124caa5733238d0cac57faac8b153d3a684d (patch) | |
tree | 956b392a5f0ccdcedf10229d6f2bc6f1766e7157 /arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | |
parent | 5bcbceeb5de08e4bd562e0a593f5bb37f9b5d884 (diff) | |
download | linux-67de124caa5733238d0cac57faac8b153d3a684d.tar.xz |
ARM: dts: imx6qdl-hummingboard: fix USBOTG-ID pin
Fix the USBOTG-ID pin to the correct definition. The top
USB port stays in device-mode without this change.
Signed-off-by: Jon Nettleton <jon@solid-run.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-hummingboard.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi index 52eeeed11eb1..5b0f5b6363d4 100644 --- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi +++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi @@ -247,7 +247,7 @@ * Similar to pinctrl_usbotg_2, but we want it * pulled down for a fixed host connection. */ - fsl,pins = <MX6QDL_PAD_GPIO_1__USB_OTG_ID 0x13059>; + fsl,pins = <MX6QDL_PAD_ENET_RX_ER__USB_OTG_ID 0x13059>; }; pinctrl_hummingboard_usbotg_vbus: hummingboard-usbotg-vbus { |