From cc62ac7578917b0a518c2e56111046c820d6cfa5 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 5 Dec 2016 18:17:52 +0100 Subject: [PATCH] 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 --- 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.7.4