Re: [PATCH 1/2] ARM: dts: armada-xp: add interrupts for watchdog

From: Guenter Roeck
Date: Sun Oct 16 2022 - 20:20:52 EST


On 10/16/22 15:39, Chris Packham wrote:
Hi Gregory,

On 15/02/22 04:39, Gregory CLEMENT wrote:
Hello Chris,

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@xxxxxxxxxxxxxxxxxxx>
Acked-by: Gregory CLEMENT <gregory.clement@xxxxxxxxxxx>

To keep bisectability this patch should be merged after the driver
patch.

Thanks,

Gregory

The driver changes were merged a while back. Looks like your intention
was for this to go in via the watchdog tree but that never happened.
Could you take it through your tree now? Probably won't be until 6.2 now
but that's fine.


We don't take any actual devicetree changes. Those need to be pushed through
architecture/platform trees. Anything else would create never ending conflicts
(and I strongly suspect that various maintainers would complain).

Guenter