Hi Heyi, On Tue, 2025-02-18 at 11:16 +0800, Heyi Guo wrote: > To finally enable watchdog pretimeout function. > > Signed-off-by: Heyi Guo <guoheyi@xxxxxxxxxxxxxxxxx> > > Cc: Rob Herring <robh@xxxxxxxxxx> > Cc: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx> > Cc: Conor Dooley <conor+dt@xxxxxxxxxx> > Cc: Joel Stanley <joel@xxxxxxxxx> > Cc: Andrew Jeffery <andrew@xxxxxxxxxxxxxxxxxxxx> > --- > arch/arm/boot/dts/aspeed/aspeed-g6.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi > b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi > index 8ed715bd53aa..ef7ced285c44 100644 > --- a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi > +++ b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi > @@ -538,23 +538,27 @@ uart5: serial@1e784000 { > wdt1: watchdog@1e785000 { > compatible = "aspeed,ast2600-wdt"; > reg = <0x1e785000 0x40>; > + interrupts = <GIC_SPI 24 > IRQ_TYPE_LEVEL_HIGH>; The binding will need an update to allow 'interrupts' as an optional property. Andrew