Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: armada-xp: add interrupts for watchdog

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>

authored by

Chris Packham and committed by
Gregory CLEMENT
11f24029 f4237d74

+2
+1
arch/arm/boot/dts/armada-xp-98dx3236.dtsi
··· 296 296 compatible = "marvell,armada-xp-wdt"; 297 297 clocks = <&coreclk 2>, <&refclk>; 298 298 clock-names = "nbclk", "fixed"; 299 + interrupts = <93>, <38>; 299 300 }; 300 301 301 302 &cpurst {
+1
arch/arm/boot/dts/armada-xp.dtsi
··· 260 260 compatible = "marvell,armada-xp-wdt"; 261 261 clocks = <&coreclk 2>, <&refclk>; 262 262 clock-names = "nbclk", "fixed"; 263 + interrupts = <93>, <38>; 263 264 }; 264 265 265 266 &cpurst {