ARM: dts: imx6: RDU2: disable over-current detection on USB H1
authorLucas Stach <l.stach@pengutronix.de>
Thu, 31 Aug 2017 15:39:50 +0000 (17:39 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Sep 2017 05:12:19 +0000 (13:12 +0800)
Just like the OTG port, USB H1 has no over-current detection wired up.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi

index eeb7679..181feb6 100644 (file)
 
 &usbh1 {
        vbus-supply = <&reg_5p0v_main>;
+       disable-over-current;
        status = "okay";
 };