1
0
Fork 0

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>
utp
Marek Vasut 2016-04-27 15:07:03 +02:00
parent bbca7108db
commit 268da813c7
1 changed files with 1 additions and 0 deletions

View File

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