浏览代码

ARM: socfpga: Disable USB OC protection on SoCrates

This is mandatory, otherwise the USB does not work.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Marek Vasut 9 年之前
父节点
当前提交
268da813c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/dts/socfpga_cyclone5_socrates.dts

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

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