arm64: dts: imx8mm-venice-gw7901: fix USB2 controller OC polarity
authorTim Harvey <tharvey@gateworks.com>
Wed, 28 Dec 2022 20:26:06 +0000 (12:26 -0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 2 Jan 2023 13:16:05 +0000 (21:16 +0800)
The GW7901 has USB2 routed to a USB VBUS supply with over-current
protection via an active-low pin. Define the OC pin polarity properly.

Fixes: 2b1649a83afc ("arm64: dts: imx: Add i.mx8mm Gateworks gw7901 dts support")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts

index 750a1f07ecb7a67ff17b4dc69a11e5d5424ad1b3..6433c205f8dded33d4694080e843cde859aa05c4 100644 (file)
 &usbotg2 {
        dr_mode = "host";
        vbus-supply = <&reg_usb2_vbus>;
+       over-current-active-low;
        status = "okay";
 };