diff options
author | Tim Harvey <tharvey@gateworks.com> | 2021-07-01 20:00:57 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-07-23 04:36:40 +0200 |
commit | 7f30daf81d385ab5b9b69fb87b9d963b84d2e6dd (patch) | |
tree | 863aaaaa9d165ec7f72448dab6ea44d3c7c3dbc1 /arch/arm/boot/dts/imx6qdl-gw51xx.dtsi | |
parent | ARM: dts: add SolidRun SolidSense support (diff) | |
download | linux-7f30daf81d385ab5b9b69fb87b9d963b84d2e6dd.tar.xz linux-7f30daf81d385ab5b9b69fb87b9d963b84d2e6dd.zip |
ARM: dts: imx6qdl-gw5xxx: add missing USB OTG OC pinmux
Add USB OTG over-current pinmux to the GW51xx/GW52xx/GW54xx/GW553x
boards.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw51xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw51xx.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi index 3c04b5a4f3cb..069c27fab432 100644 --- a/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw51xx.dtsi @@ -626,6 +626,7 @@ fsl,pins = < MX6QDL_PAD_GPIO_1__USB_OTG_ID 0x17059 MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x1b0b0 /* OTG_PWR_EN */ + MX6QDL_PAD_KEY_COL4__USB_OTG_OC 0x17059 >; }; |