From: Marek Vasut Date: Mon, 5 Dec 2016 17:17:52 +0000 (+0100) Subject: ARM: socfpga: Disable OC on MCVEVK X-Git-Tag: v2017.05-rc2~6^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc62ac7578917b0a518c2e56111046c820d6cfa5;p=platform%2Fkernel%2Fu-boot.git 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 --- 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"; };