ARM: dts: imx6dl: plybas: fix USB over-current detection on USB OTG port
authorOleksij Rempel <o.rempel@pengutronix.de>
Tue, 30 May 2023 12:03:43 +0000 (14:03 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 4 Jun 2023 13:07:24 +0000 (21:07 +0800)
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>
arch/arm/boot/dts/imx6dl-plybas.dts

index e98046eea7a418a0d94d3b3195ee5e6d45f82b2d..84f34da06267ebd477fbe71b465a44ffe5b4c098 100644 (file)
        pinctrl-0 = <&pinctrl_usbotg>;
        phy_type = "utmi";
        dr_mode = "host";
-       disable-over-current;
+       over-current-active-low;
        status = "okay";
 };