mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-06 22:05:22 +02:00
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>
This commit is contained in:
parent
7e93df3526
commit
9f55342cc2
|
@ -94,7 +94,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
watchdog: watchdog@7e004000 {
|
watchdog: watchdog@7e004000 {
|
||||||
compatible = "samsung,s3c2410-wdt";
|
compatible = "samsung,s3c6410-wdt";
|
||||||
reg = <0x7e004000 0x1000>;
|
reg = <0x7e004000 0x1000>;
|
||||||
interrupt-parent = <&vic0>;
|
interrupt-parent = <&vic0>;
|
||||||
interrupts = <26>;
|
interrupts = <26>;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user