diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2022-11-02 14:11:59 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-11-11 13:47:07 +0800 |
commit | 4306aa3b63f91a6c6265de25b96b71344bf8117e (patch) | |
tree | 8ecadb2cf83d95fc8602d5d1193f536ed917725d /arch/arm64/boot/dts/freescale | |
parent | d0a52238d604fefcc034fe1ab70a0d47eafbaea8 (diff) |
arm64: dts: verdin-imx8mp: remove usb_2 over-current detection disabling
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi index e2fa8070791d..e4a5fec059c1 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi @@ -828,7 +828,6 @@ }; &usb_dwc3_1 { - disable-over-current; dr_mode = "host"; }; |