
5 Apr
2017
5 Apr
'17
1:42 p.m.
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 | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/socfpga_cyclone5_mcvevk.dts b/arch/arm/dts/socfpga_cyclone5_mcvevk.dts index 1462f08..833a87d 100644 --- a/arch/arm/dts/socfpga_cyclone5_mcvevk.dts +++ b/arch/arm/dts/socfpga_cyclone5_mcvevk.dts @@ -54,5 +54,6 @@ };
&usb1 { + disable-over-current; status = "okay"; };
--
2.10.2