Message ID | 20241206212559.192705-3-john.madieu.xa@bp.renesas.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | soc: renesas: Add system controller support for RZ/G3E SoC | expand |
On Fri, Dec 06, 2024 at 10:25:56PM +0100, John Madieu wrote: > Document RZ/G3E (R9A09G047) SoC variants. Your subject could be improved so that it doesn't match this one: https://lore.kernel.org/all/20241203105005.103927-3-biju.das.jz@bp.renesas.com/ Which threw off my tools... > > Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> > --- > .../devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml | 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob Herring (Arm) <robh@kernel.org>
Hi Rob, Thanks for the review. > -----Original Message----- > From: Rob Herring <robh@kernel.org> > Sent: Tuesday, December 10, 2024 10:56 PM > Subject: Re: [PATCH 2/5] dt-bindings: soc: renesas: Document Renesas > RZ/G3E SoC variants > > On Fri, Dec 06, 2024 at 10:25:56PM +0100, John Madieu wrote: > > Document RZ/G3E (R9A09G047) SoC variants. > > Your subject could be improved so that it doesn't match this one: Sorry for that, will fix it in the next version. Thanks, John > > > > > Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> > > --- > > .../devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml | 1 + > > 1 file changed, 1 insertion(+) > > Acked-by: Rob Herring (Arm) <robh@kernel.org>
On Fri, Dec 6, 2024 at 10:26 PM John Madieu <john.madieu.xa@bp.renesas.com> wrote: > Document RZ/G3E (R9A09G047) SoC variants. > > Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> With the subject and description fixed: Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
> -----Original Message----- > From: Geert Uytterhoeven <geert@linux-m68k.org> > Sent: Friday, December 13, 2024 5:06 PM > Subject: Re: [PATCH 2/5] dt-bindings: soc: renesas: Document Renesas > RZ/G3E SoC variants > > On Fri, Dec 6, 2024 at 10:26 PM John Madieu > <john.madieu.xa@bp.renesas.com> wrote: > > Document RZ/G3E (R9A09G047) SoC variants. > > > > Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> > > With the subject and description fixed: > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > > Gr{oetje,eeting}s, > > Geert Hi Geert, Will be fixed in v2. Thanks for the review. > > -- > 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
diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml index 8e6aa7e44857..2760e3ea85fb 100644 --- a/Documentation/devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml @@ -24,6 +24,7 @@ properties: compatible: items: - enum: + - renesas,r9a09g047-sys # RZ/G3E - renesas,r9a09g057-sys # RZ/V2H - const: syscon
Document RZ/G3E (R9A09G047) SoC variants. Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> --- .../devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml | 1 + 1 file changed, 1 insertion(+)