Message ID | 20250115103858.104709-6-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded |
Commit | 5f24525c5afb4891a7d7dc63826409f2dfdd9169 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add support for RZ/G3E WDT | expand |
Hi All, > -----Original Message----- > From: Biju Das <biju.das.jz@bp.renesas.com> > Sent: 15 January 2025 10:39 > Subject: [PATCH 5/5] arm64: dts: renesas: r9a09g047e57-smarc: Enable watchdog > > Enable WDT1 watchdog on RZ/G3E SMARC EVK platform. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > --- > arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts > b/arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts > 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. Cheers, Biju
Hi Biju, On Wed, Jan 15, 2025 at 6:20 PM Biju Das <biju.das.jz@bp.renesas.com> wrote: > > From: Biju Das <biju.das.jz@bp.renesas.com> > > Enable WDT1 watchdog on RZ/G3E SMARC EVK platform. > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> 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. Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v6.15. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
Hi Geert, > -----Original Message----- > From: Geert Uytterhoeven <geert@linux-m68k.org> > 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@bp.renesas.com> wrote: > > > From: Biju Das <biju.das.jz@bp.renesas.com> Enable WDT1 watchdog on > > > RZ/G3E SMARC EVK platform. > > > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > > 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
diff --git a/arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts b/arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts 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"; +};
Enable WDT1 watchdog on RZ/G3E SMARC EVK platform. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts | 4 ++++ 1 file changed, 4 insertions(+)