Skip to content

Commit cfa1f9d

Browse files
prabhakarladMarc Zyngier
authored andcommitted
dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description for '#interrupt-cells' property
Update description for '#interrupt-cells' property to utilize the RZG2L_{NMI,IRQX} for the first cell defined in the include/dt-bindings/interrupt-controller/irqc-rzg2l.h file. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Fixes: 96fed77 ("dt-bindings: interrupt-controller: Add Renesas RZ/G2L Interrupt Controller") Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent cf5716a commit cfa1f9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ properties:
3131
- const: renesas,rzg2l-irqc
3232

3333
'#interrupt-cells':
34-
description: The first cell should contain external interrupt number (IRQ0-7) and the
35-
second cell is used to specify the flag.
34+
description: The first cell should contain a macro RZG2L_{NMI,IRQX} included in the
35+
include/dt-bindings/interrupt-controller/irqc-rzg2l.h and the second
36+
cell is used to specify the flag.
3637
const: 2
3738

3839
'#address-cells':

0 commit comments

Comments
 (0)