arm64: dts: verdin-imx8mp: remove usb_2 over-current detection disabling
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Wed, 2 Nov 2022 13:11:59 +0000 (14:11 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Nov 2022 05:47:07 +0000 (13:47 +0800)
The disable-over-current property is only applicable for the
ci-hdrc-usb2 and dwc2 drivers while the i.MX 8M Plus integrates dwc3
IP. Therefore remove this property which does not really serve any
purpose here.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi

index e2fa8070791d880a507d4fafb429eb5070abc836..e4a5fec059c1c384fb2a3bbe0d91a5fa5c711b39 100644 (file)
 };
 
 &usb_dwc3_1 {
-       disable-over-current;
        dr_mode = "host";
 };