Re: [PATCH v5 02/15] dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document RZ/G3L SoC
From: Rob Herring (Arm)
Date: Fri Mar 13 2026 - 20:07:23 EST
On Wed, 11 Mar 2026 19:24:33 +0000, Biju wrote:
> From: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
>
> Document RZ/G3L (R9A08G046) IRQC. The IRQC block on the RZ/G3L SoC is
> nearly identical to that found on the RZ/G3S SoC, with the following
> differences: it supports more external interrupts and GPT error
> interrupts, and adds registers for GPT/MTU interrupt selection and shared
> interrupt selection between external interrupt and TINT. A new compatible
> string "renesas,r9a08g046-irqc" is therefore introduced for the RZ/G3L
> SoC.
>
> Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
> ---
> v4->v5:
> * No change.
> v3->v4: [4]
> * Updated commit description.
> v2->v3: [3]
> * Dropped items and instead used enum for single compatible values
> * Add minItems for interrupts and interrupt-names properties of
> the RZ/{G2L,G2UL,Five,V2L} SoCs
> * Replaced maxItems->minItems for interrupts and interrupt-names
> properties of the RZ/G3L SoC.
> v1->v2: [2]
> * Simplified the binding using pattern
>
> [4] https://lore.kernel.org/all/20260227140316.308106-3-biju.das.jz@xxxxxxxxxxxxxx/
> [3] https://lore.kernel.org/all/20260204180632.249139-3-biju.das.jz@xxxxxxxxxxxxxx/
> [2] https://lore.kernel.org/all/20260206111658.231934-3-biju.das.jz@xxxxxxxxxxxxxx/
> [1]https://lore.kernel.org/all/20260204142320.103184-2-biju.das.jz@xxxxxxxxxxxxxx/
> ---
> .../renesas,rzg2l-irqc.yaml | 43 ++++++++++++++++---
> 1 file changed, 36 insertions(+), 7 deletions(-)
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>