ARM: socfpga: Disable OC on MCVEVK

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>
This commit is contained in:
Marek Vasut 2016-12-05 18:17:52 +01:00
parent d70b338ec6
commit cc62ac7578

View File

@ -54,5 +54,6 @@
};
&usb1 {
disable-over-current;
status = "okay";
};