diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2018-03-12 15:49:21 +0100 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2018-03-23 14:53:23 +0100 |
commit | 956c8cd692ba2ca2dea2bb34d4102268bb5460f2 (patch) | |
tree | a6e3d02f8513063d412f3ddce58fe029acb4184f | |
parent | arm64: dts: stratix10: enable watchdog timer on the S10 devkit (diff) | |
download | linux-956c8cd692ba2ca2dea2bb34d4102268bb5460f2.tar.xz linux-956c8cd692ba2ca2dea2bb34d4102268bb5460f2.zip |
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 @@ &usb0 { status = "okay"; + disable-over-current; }; &watchdog0 { |