aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-03-27 09:00:31 -0400
committerArnd Bergmann <arnd@arndb.de>2018-03-27 09:00:31 -0400
commit38d03be7cb343364a05cf9523c7e261a15495682 (patch)
treec2cc86a114a1a7bd957a4f4926a71c680c5cddf8
parentc3a694ac3bbf91dcc3adb0ae4e37331131bc8a75 (diff)
parent6d97d5aba08b26108f95dc9fb7bbe4d9436c769c (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
-rw-r--r--arch/arm/boot/dts/socfpga.dtsi2
-rw-r--r--arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts5
2 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index c42ca7022e8c..486d4e7433ed 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -831,7 +831,7 @@
831 timer@fffec600 { 831 timer@fffec600 {
832 compatible = "arm,cortex-a9-twd-timer"; 832 compatible = "arm,cortex-a9-twd-timer";
833 reg = <0xfffec600 0x100>; 833 reg = <0xfffec600 0x100>;
834 interrupts = <1 13 0xf04>; 834 interrupts = <1 13 0xf01>;
835 clocks = <&mpu_periph_clk>; 835 clocks = <&mpu_periph_clk>;
836 }; 836 };
837 837
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 @@
100 100
101&usb0 { 101&usb0 {
102 status = "okay"; 102 status = "okay";
103 disable-over-current;
104};
105
106&watchdog0 {
107 status = "okay";
103}; 108};