diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2017-11-28 17:15:49 -0500 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2018-01-23 10:36:46 -0500 |
commit | ef8216d28a5920022cddcb694d2d75bd1f0035ca (patch) | |
tree | 760f7ce75683da7f10e114f12132a3f18453fb31 | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) |
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>
-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 @@ | |||
163 | 163 | ||
164 | &usb0 { | 164 | &usb0 { |
165 | status = "okay"; | 165 | status = "okay"; |
166 | disable-over-current; | ||
166 | }; | 167 | }; |
167 | 168 | ||
168 | &watchdog1 { | 169 | &watchdog1 { |