Re: [PATCH 5/5] ARM: dts: sunxi: Add missing watchdog interrupts

From: Chen-Yu Tsai
Date: Wed Aug 14 2019 - 00:44:18 EST


On Tue, Aug 13, 2019 at 8:48 PM Maxime Ripard <mripard@xxxxxxxxxx> wrote:
>
> From: Maxime Ripard <maxime.ripard@xxxxxxxxxxx>
>
> The watchdog has an interrupt on all our SoCs, but it wasn't always listed.
> Add it to the devicetree where it's missing.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxx>

Acked-by: Chen-Yu Tsai <wens@xxxxxxxx>

On a separate note, the A31 has four watchdogs in the timer block, and
one interrupt for each watchdog. Should we expand the node to encompass
all of them, or add separate nodes for each additional one?

Thanks