From: Marek Vasut Date: Wed, 27 Apr 2016 13:07:03 +0000 (+0200) Subject: ARM: socfpga: Disable USB OC protection on SoCrates X-Git-Tag: v2016.05~7^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=268da813c7f963c8318778de99be382d6b51055d;p=oweals%2Fu-boot.git ARM: socfpga: Disable USB OC protection on SoCrates This is mandatory, otherwise the USB does not work. Signed-off-by: Marek Vasut Cc: Stefan Roese Cc: Dinh Nguyen --- diff --git a/arch/arm/dts/socfpga_cyclone5_socrates.dts b/arch/arm/dts/socfpga_cyclone5_socrates.dts index d2ab3b3669..bdd93248fb 100644 --- a/arch/arm/dts/socfpga_cyclone5_socrates.dts +++ b/arch/arm/dts/socfpga_cyclone5_socrates.dts @@ -83,5 +83,6 @@ }; &usb1 { + disable-over-current; status = "okay"; };