Message ID | 20220722141506.20171-2-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 5444c5cafdce08e5fc575413b32678ac34163521 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add support to identify RZ/Five SoC | expand |
On Fri, 22 Jul 2022 15:15:05 +0100, Lad Prabhakar wrote: > Document RZ/Five (R9A07G043) SYSC bindings. The SYSC block found on the > RZ/Five SoC is almost identical to one found on the RZ/G2UL (and alike) > SoC's. "renesas,r9a07g043-sysc" compatible string will be used on the > RZ/Five SoC so to make this clear, update the comment to include RZ/Five > SoC. > > The SYSC block on RZ/Five has no interrupts to the core so to accommodate > this SoC make interrupts{,-names} properties optional. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > --- > v1->v2: > * Dropped "renesas,r9a07g043-rzfive-sysc" compatible string > * Made interrupts{,-names} properties optional > --- > .../devicetree/bindings/soc/renesas/renesas,rzg2l-sysc.yaml | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > Reviewed-by: Rob Herring <robh@kernel.org>
On Fri, Jul 22, 2022 at 4:15 PM Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> wrote: > Document RZ/Five (R9A07G043) SYSC bindings. The SYSC block found on the > RZ/Five SoC is almost identical to one found on the RZ/G2UL (and alike) > SoC's. "renesas,r9a07g043-sysc" compatible string will be used on the > RZ/Five SoC so to make this clear, update the comment to include RZ/Five > SoC. > > The SYSC block on RZ/Five has no interrupts to the core so to accommodate > this SoC make interrupts{,-names} properties optional. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > --- > v1->v2: > * Dropped "renesas,r9a07g043-rzfive-sysc" compatible string > * Made interrupts{,-names} properties optional Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v6.1. 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
diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas,rzg2l-sysc.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas,rzg2l-sysc.yaml index ce2875c89329..398663d21ab1 100644 --- a/Documentation/devicetree/bindings/soc/renesas/renesas,rzg2l-sysc.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas,rzg2l-sysc.yaml @@ -20,7 +20,7 @@ description: properties: compatible: enum: - - renesas,r9a07g043-sysc # RZ/G2UL + - renesas,r9a07g043-sysc # RZ/G2UL and RZ/Five - renesas,r9a07g044-sysc # RZ/G2{L,LC} - renesas,r9a07g054-sysc # RZ/V2L @@ -44,8 +44,6 @@ properties: required: - compatible - reg - - interrupts - - interrupt-names additionalProperties: false
Document RZ/Five (R9A07G043) SYSC bindings. The SYSC block found on the RZ/Five SoC is almost identical to one found on the RZ/G2UL (and alike) SoC's. "renesas,r9a07g043-sysc" compatible string will be used on the RZ/Five SoC so to make this clear, update the comment to include RZ/Five SoC. The SYSC block on RZ/Five has no interrupts to the core so to accommodate this SoC make interrupts{,-names} properties optional. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> --- v1->v2: * Dropped "renesas,r9a07g043-rzfive-sysc" compatible string * Made interrupts{,-names} properties optional --- .../devicetree/bindings/soc/renesas/renesas,rzg2l-sysc.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)