diff options
author | 2023-05-30 14:03:43 +0200 | |
---|---|---|
committer | 2023-06-04 21:07:24 +0800 | |
commit | 31d682f1186c3c85eb8e7416a0b1d929b283ad43 (patch) | |
tree | 761fb2ede344d60a0c9957b4e8664a77a80a6592 | |
parent | ARM: dts: imx6ul: prti6g: fix USB over-current detection on USB OTG port (diff) | |
download | wireguard-linux-31d682f1186c3c85eb8e7416a0b1d929b283ad43.tar.xz wireguard-linux-31d682f1186c3c85eb8e7416a0b1d929b283ad43.zip |
ARM: dts: imx6dl: plybas: fix USB over-current detection on USB OTG port
USB over-current detection is supported on this board. So, activate it.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-plybas.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6dl-plybas.dts b/arch/arm/boot/dts/imx6dl-plybas.dts index e98046eea7a4..84f34da06267 100644 --- a/arch/arm/boot/dts/imx6dl-plybas.dts +++ b/arch/arm/boot/dts/imx6dl-plybas.dts @@ -235,7 +235,7 @@ pinctrl-0 = <&pinctrl_usbotg>; phy_type = "utmi"; dr_mode = "host"; - disable-over-current; + over-current-active-low; status = "okay"; }; |