ARM: dts: armada-xp: add interrupts for watchdog
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Fri, 11 Feb 2022 00:32:56 +0000 (13:32 +1300)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Mon, 28 Nov 2022 00:22:12 +0000 (01:22 +0100)
The first interrupt is for the regular watchdog timeout. Normally the
RSTOUT line will trigger a reset before this interrupt fires but on
systems with a non-standard reset it may still trigger.

The second interrupt is for a timer1 which is used as a pre-timeout for
the watchdog.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/boot/dts/armada-xp-98dx3236.dtsi
arch/arm/boot/dts/armada-xp.dtsi

index b21ffb819b1d8197a03c605166390ef8da478adf..7a7e2066c498a21a0ecab0a9151815e0eddfe998 100644 (file)
        compatible = "marvell,armada-xp-wdt";
        clocks = <&coreclk 2>, <&refclk>;
        clock-names = "nbclk", "fixed";
+       interrupts = <93>, <38>;
 };
 
 &cpurst {
index 6c19984d668e912cf7cf278e89653dc0a4a56de1..4297482da62fff24e4ea0dd4be547dfcfbe348b7 100644 (file)
        compatible = "marvell,armada-xp-wdt";
        clocks = <&coreclk 2>, <&refclk>;
        clock-names = "nbclk", "fixed";
+       interrupts = <93>, <38>;
 };
 
 &cpurst {