ARM: socfpga: Disable OC on MCVEVK
authorMarek Vasut <marex@denx.de>
Mon, 5 Dec 2016 17:17:52 +0000 (18:17 +0100)
committerMarek Vasut <marex@denx.de>
Fri, 14 Apr 2017 12:06:53 +0000 (14:06 +0200)
Disable the OC test on MCVEVK as the old PHY version does not provide
this information. This fixes the USB OTG operation.

Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/dts/socfpga_cyclone5_mcvevk.dts

index 1462f08..833a87d 100644 (file)
@@ -54,5 +54,6 @@
 };
 
 &usb1 {
+       disable-over-current;
        status = "okay";
 };