diff mbox

[1/2] ARM: dts: imx6: RDU2: disable over-current detection on USB H1

Message ID 20170831153951.7674-1-l.stach@pengutronix.de (mailing list archive)
State New, archived
Headers show

Commit Message

Lucas Stach Aug. 31, 2017, 3:39 p.m. UTC
Just like the OTG port, USB H1 has no over-current detection wired up.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Shawn Guo Sept. 22, 2017, 5:26 a.m. UTC | #1
On Thu, Aug 31, 2017 at 05:39:50PM +0200, Lucas Stach wrote:
> Just like the OTG port, USB H1 has no over-current detection wired up.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>

Applied both, thanks.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
index 34f24570df9e..c2cd7457bad3 100644
--- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
@@ -805,6 +805,7 @@ 
 
 &usbh1 {
 	vbus-supply = <&reg_5p0v_main>;
+	disable-over-current;
 	status = "okay";
 };