Przeglądaj źródła

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 lat temu
rodzic
commit
268da813c7
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      arch/arm/dts/socfpga_cyclone5_socrates.dts

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

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