[PATCH v1 13/15] ARM: dts: imx6dl: plybas: fix USB over-current detection on USB OTG port
Oleksij Rempel
o.rempel at pengutronix.de
Tue May 30 05:03:43 PDT 2023
USB over-current detection is supported on this board. So, activate it.
Signed-off-by: Oleksij Rempel <o.rempel at pengutronix.de>
---
arch/arm/boot/dts/imx6dl-plybas.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@ &usbotg {
pinctrl-0 = <&pinctrl_usbotg>;
phy_type = "utmi";
dr_mode = "host";
- disable-over-current;
+ over-current-active-low;
status = "okay";
};
--
2.39.2
More information about the linux-arm-kernel
mailing list