提交 9f55342c 编写于 作者: K Krzysztof Kozlowski

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: NKrzysztof Kozlowski <krzk@kernel.org>
Acked-by: NGuenter Roeck <linux@roeck-us.net>
Reviewed-by: NBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
上级 7e93df35
......@@ -94,7 +94,7 @@
};
watchdog: watchdog@7e004000 {
compatible = "samsung,s3c2410-wdt";
compatible = "samsung,s3c6410-wdt";
reg = <0x7e004000 0x1000>;
interrupt-parent = <&vic0>;
interrupts = <26>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册