Hi Geert, > -----Original Message----- > From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > Sent: 23 January 2025 10:18 > Subject: Re: [PATCH 5/5] arm64: dts: renesas: r9a09g047e57-smarc: Enable watchdog > > Hi Biju, > > On Wed, Jan 15, 2025 at 6:20 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> wrote: > > > From: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> Enable WDT1 watchdog on > > > RZ/G3E SMARC EVK platform. > > > > > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > Thanks for your patch! > > > > index c063d47e2952..33b036b6a93c 100644 > > > --- a/arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts > > > +++ b/arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts > > > @@ -29,3 +29,7 @@ &scif0 { > > > pinctrl-0 = <&scif_pins>; > > > pinctrl-names = "default"; > > > }; > > > + > > > +&wdt1 { > > > + status = "okay"; > > > +}; > > > > I will move this node to SoM dtsi on the next version, to have > > consistency with other Renesas RZ/G2L SoM modules. > > I can move it to arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi > while applying, so you don't have to resend any patches related to other subsystems than the watchdog > subsystem. Thanks for taking care it. Cheers, Biju