projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d70b338
)
ARM: socfpga: Disable OC on MCVEVK
author
Marek Vasut
<marex@denx.de>
Mon, 5 Dec 2016 17:17:52 +0000
(18:17 +0100)
committer
Marek Vasut
<marex@denx.de>
Fri, 14 Apr 2017 12:06:53 +0000
(14:06 +0200)
Disable the OC test on MCVEVK as the old PHY version does not provide
this information. This fixes the USB OTG operation.
Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/dts/socfpga_cyclone5_mcvevk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga_cyclone5_mcvevk.dts
b/arch/arm/dts/socfpga_cyclone5_mcvevk.dts
index
1462f08
..
833a87d
100644
(file)
--- a/
arch/arm/dts/socfpga_cyclone5_mcvevk.dts
+++ b/
arch/arm/dts/socfpga_cyclone5_mcvevk.dts
@@
-54,5
+54,6
@@
};
&usb1 {
+ disable-over-current;
status = "okay";
};