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>
This commit is contained in:
Oleksij Rempel 2023-05-30 14:03:43 +02:00 committed by Shawn Guo
parent 84bd065359
commit 31d682f118

View File

@ -235,7 +235,7 @@ &usbotg {
pinctrl-0 = <&pinctrl_usbotg>;
phy_type = "utmi";
dr_mode = "host";
disable-over-current;
over-current-active-low;
status = "okay";
};