Skip to content
Snippets Groups Projects
Commit 268da813 authored by Marek Vasut's avatar Marek Vasut
Browse files

ARM: socfpga: Disable USB OC protection on SoCrates


This is mandatory, otherwise the USB does not work.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: Dinh Nguyen <dinguyen@kernel.org>
parent bbca7108
No related branches found
No related tags found
No related merge requests found
...@@ -83,5 +83,6 @@ ...@@ -83,5 +83,6 @@
}; };
&usb1 { &usb1 {
disable-over-current;
status = "okay"; status = "okay";
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment