aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2017-03-11 12:25:26 -0500
committerKrzysztof Kozlowski <krzk@kernel.org>2017-03-21 13:56:59 -0400
commit9f55342cc2de36d0720df1e7fc902eac82c145cf (patch)
treee7e7b18609c24b47ecd01f57681b7cc958f5752b
parent7e93df3526b5dfc0ea76cb01041d7057f9fae478 (diff)
ARM: dts: s3c64xx: Fix infinite interrupt in soft mode
In soft (no-reboot) mode, the driver self-pings watchdog upon expiration of an interrupt. The interrupt has to be cleared, because otherwise system enters infinite interrupt handling loop. Use a samsung,s3c6410-wdt compatible to select appropriate quirk for clearing the watchdog interrupt. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
-rw-r--r--arch/arm/boot/dts/s3c64xx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/s3c64xx.dtsi b/arch/arm/boot/dts/s3c64xx.dtsi
index 6caec5f27d38..c55cbb3af2c0 100644
--- a/arch/arm/boot/dts/s3c64xx.dtsi
+++ b/arch/arm/boot/dts/s3c64xx.dtsi
@@ -94,7 +94,7 @@
94 }; 94 };
95 95
96 watchdog: watchdog@7e004000 { 96 watchdog: watchdog@7e004000 {
97 compatible = "samsung,s3c2410-wdt"; 97 compatible = "samsung,s3c6410-wdt";
98 reg = <0x7e004000 0x1000>; 98 reg = <0x7e004000 0x1000>;
99 interrupt-parent = <&vic0>; 99 interrupt-parent = <&vic0>;
100 interrupts = <26>; 100 interrupts = <26>;