瀏覽代碼

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>
Marek Vasut 8 年之前
父節點
當前提交
cc62ac7578
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/dts/socfpga_cyclone5_mcvevk.dts

+ 1 - 0
arch/arm/dts/socfpga_cyclone5_mcvevk.dts

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