diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2018-03-12 10:49:21 -0400 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2018-03-23 09:53:23 -0400 |
commit | 956c8cd692ba2ca2dea2bb34d4102268bb5460f2 (patch) | |
tree | a6e3d02f8513063d412f3ddce58fe029acb4184f | |
parent | 3b0fb63f25125939735d92a58b2b89b575501b9e (diff) |
arm64: dts: stratix10: disable false USB overcurrent on devkit
Disable the USB overcurrent condition that is falsely detected on the
devkit.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index 8abec68b7c50..54bf6a6c6f7b 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | |||
@@ -100,6 +100,7 @@ | |||
100 | 100 | ||
101 | &usb0 { | 101 | &usb0 { |
102 | status = "okay"; | 102 | status = "okay"; |
103 | disable-over-current; | ||
103 | }; | 104 | }; |
104 | 105 | ||
105 | &watchdog0 { | 106 | &watchdog0 { |