]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: s5pv210: Fix infinite interrupt in soft mode
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 11 Mar 2017 17:25:27 +0000 (19:25 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 21 Mar 2017 17:57:46 +0000 (19:57 +0200)
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>
arch/arm/boot/dts/s5pv210.dtsi

index a853918be43fcf044252f767d0ef419234799e61..726c5d0dbd5bce6451c0c25f510e7ddabee108bf 100644 (file)
                };
 
                watchdog: watchdog@e2700000 {
-                       compatible = "samsung,s3c2410-wdt";
+                       compatible = "samsung,s3c6410-wdt";
                        reg = <0xe2700000 0x1000>;
                        interrupt-parent = <&vic0>;
                        interrupts = <26>;