projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbca710
)
ARM: socfpga: Disable USB OC protection on SoCrates
author
Marek Vasut
<marex@denx.de>
Wed, 27 Apr 2016 13:07:03 +0000
(15:07 +0200)
committer
Marek Vasut
<marex@denx.de>
Fri, 6 May 2016 16:41:49 +0000
(18:41 +0200)
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>
arch/arm/dts/socfpga_cyclone5_socrates.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga_cyclone5_socrates.dts
b/arch/arm/dts/socfpga_cyclone5_socrates.dts
index d2ab3b3669af625b66b12e53aa2b6764eec016df..bdd93248fb009a6b7b4adf6941977306651fb166 100644
(file)
--- 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";
};