diff options
author | Arnd Bergmann | 2018-03-27 15:00:31 +0200 |
---|---|---|
committer | Arnd Bergmann | 2018-03-27 15:00:31 +0200 |
commit | 38d03be7cb343364a05cf9523c7e261a15495682 (patch) | |
tree | c2cc86a114a1a7bd957a4f4926a71c680c5cddf8 /arch/arm64 | |
parent | c3a694ac3bbf91dcc3adb0ae4e37331131bc8a75 (diff) | |
parent | 6d97d5aba08b26108f95dc9fb7bbe4d9436c769c (diff) |
Merge tag 'socfpga_dts_for_v4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into next/dt
Pull "SoCFPGA DTS updates for v4.17" from Dinh Nguyen:
- Fix GIC PPI warning
- Stratix10 platform updates
- Disable over-current for Arria10 devkit
- Enable watchdog timer
* tag 'socfpga_dts_for_v4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
arm: dts: socfpga: fix GIC PPI warning
arm64: dts: stratix10: disable false USB overcurrent on devkit
arm64: dts: stratix10: enable watchdog timer on the S10 devkit
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 5 |
1 files changed, 5 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 000756429b77..54bf6a6c6f7b 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts @@ -100,4 +100,9 @@ &usb0 { status = "okay"; + disable-over-current; +}; + +&watchdog0 { + status = "okay"; }; |