diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2017-11-29 01:15:49 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2018-01-23 18:36:46 +0300 |
commit | ef8216d28a5920022cddcb694d2d75bd1f0035ca (patch) | |
tree | 760f7ce75683da7f10e114f12132a3f18453fb31 /arch/arm/boot | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) | |
download | linux-ef8216d28a5920022cddcb694d2d75bd1f0035ca.tar.xz |
ARM: dts: socfpga: disable over-current for Arria10 USB devkit
The USB host functionality on the Arria10 needs the disable-over-current
property.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria10_socdk.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi index 3a32de9ded3b..64cc86a98771 100644 --- a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi +++ b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi @@ -163,6 +163,7 @@ &usb0 { status = "okay"; + disable-over-current; }; &watchdog1 { |