Skip to content

Commit 1cf0697

Browse files
claudiubezneaKAGA-KOKO
authored andcommitted
dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document RZ/G3S
Document the RZ/G3S (R9108G045) interrupt controller. This has few extra functionalities compared with RZ/G2UL but the already existing driver can still be used. Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20231120111820.87398-9-claudiu.beznea.uj@bp.renesas.com
1 parent 74d2ef5 commit 1cf0697

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Documentation/devicetree/bindings/interrupt-controller/renesas,rzg2l-irqc.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ properties:
2626
- renesas,r9a07g043u-irqc # RZ/G2UL
2727
- renesas,r9a07g044-irqc # RZ/G2{L,LC}
2828
- renesas,r9a07g054-irqc # RZ/V2L
29+
- renesas,r9a08g045-irqc # RZ/G3S
2930
- const: renesas,rzg2l-irqc
3031

3132
'#interrupt-cells':
@@ -167,7 +168,9 @@ allOf:
167168
properties:
168169
compatible:
169170
contains:
170-
const: renesas,r9a07g043u-irqc
171+
enum:
172+
- renesas,r9a07g043u-irqc
173+
- renesas,r9a08g045-irqc
171174
then:
172175
properties:
173176
interrupts:

0 commit comments

Comments
 (0)