diff options
author | Marek Vasut <marex@denx.de> | 2016-12-05 18:17:52 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-04-14 14:06:53 +0200 |
commit | cc62ac7578917b0a518c2e56111046c820d6cfa5 (patch) | |
tree | 619f7b13d5aa85c2833f29e294a8120a2f864428 /arch/arm | |
parent | d70b338ec670764e4a69598efb7dec0dc5c7a753 (diff) |
ARM: socfpga: Disable OC on MCVEVK
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/socfpga_cyclone5_mcvevk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_mcvevk.dts b/arch/arm/dts/socfpga_cyclone5_mcvevk.dts index 1462f0881a..833a87d8a2 100644 --- 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"; }; |