diff options
author | Tim Harvey <tharvey@gateworks.com> | 2020-04-29 18:22:35 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-05-13 11:09:19 +0300 |
commit | 957743b79b1ebb710f5498b61a212cebc302e685 (patch) | |
tree | a218c924d496d73a850ce18ed2e812f6dad473db /arch/arm/boot/dts/imx6qdl-gw552x.dtsi | |
parent | 86b08bd5b99480b79a25343f24c1b8c4ddcb5c09 (diff) | |
download | linux-957743b79b1ebb710f5498b61a212cebc302e685.tar.xz |
ARM: dts: imx6qdl-gw552x: add USB OTG support
The GW552x-B board revision adds USB OTG support.
Enable the device-tree node and configure the OTG_ID pin.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw552x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw552x.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw552x.dtsi b/arch/arm/boot/dts/imx6qdl-gw552x.dtsi index dc646b72b59a..bb3597132c62 100644 --- a/arch/arm/boot/dts/imx6qdl-gw552x.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw552x.dtsi @@ -258,6 +258,14 @@ status = "okay"; }; +&usbotg { + vbus-supply = <®_5p0v>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usbotg>; + disable-over-current; + status = "okay"; +}; + &wdog1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_wdog>; @@ -359,6 +367,12 @@ >; }; + pinctrl_usbotg: usbotggrp { + fsl,pins = < + MX6QDL_PAD_ENET_RX_ER__USB_OTG_ID 0x13059 + >; + }; + pinctrl_wdog: wdoggrp { fsl,pins = < MX6QDL_PAD_DISP0_DAT8__WDOG1_B 0x1b0b0 |