]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
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 1462f0881ae5b3c4d281d7183d44517544e4fc66..833a87d8a2fce8b82344e2b8d0c08b5e1c68f31e 100644 (file)
@@ -54,5 +54,6 @@
 };
 
 &usb1 {
+       disable-over-current;
        status = "okay";
 };