diff options
author | Marek Vasut <marex@denx.de> | 2016-12-05 17:17:52 (GMT) |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-04-14 12:06:53 (GMT) |
commit | cc62ac7578917b0a518c2e56111046c820d6cfa5 (patch) | |
tree | 619f7b13d5aa85c2833f29e294a8120a2f864428 /arch/arm/dts | |
parent | d70b338ec670764e4a69598efb7dec0dc5c7a753 (diff) | |
download | u-boot-fsl-qoriq-cc62ac7578917b0a518c2e56111046c820d6cfa5.tar.xz |
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/dts')
-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 1462f08..833a87d 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"; }; |