From: Oleksij Rempel Date: Tue, 30 May 2023 12:03:42 +0000 (+0200) Subject: ARM: dts: imx6ul: prti6g: fix USB over-current detection on USB OTG port X-Git-Tag: v6.5-rc1~142^2~22^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84bd06535980595db95255c2c894845902dfb241;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: imx6ul: prti6g: fix USB over-current detection on USB OTG port USB over-current detection is supported on this board. So, activate it and fixes the following kernel warnings: imx_usb 2184200.usb: No over current polarity defined Signed-off-by: Oleksij Rempel Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6ul-prti6g.dts b/arch/arm/boot/dts/imx6ul-prti6g.dts index b7c96fbe7a919..c3c50f51a5a86 100644 --- a/arch/arm/boot/dts/imx6ul-prti6g.dts +++ b/arch/arm/boot/dts/imx6ul-prti6g.dts @@ -177,6 +177,7 @@ &usbotg1 { dr_mode = "host"; + over-current-active-low; status = "okay"; };