]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob
0721fafe72d6694dfda9a43fc164ac06f0813311
[thirdparty/kernel/stable-queue.git] /
1 From cfa1f9db6d6088118ef311c0927c66072665b47e Mon Sep 17 00:00:00 2001
2 From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
3 Date: Fri, 22 Jul 2022 16:11:54 +0100
4 Subject: dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description for '#interrupt-cells' property
5
6 From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
7
8 commit cfa1f9db6d6088118ef311c0927c66072665b47e upstream.
9
10 Update description for '#interrupt-cells' property to utilize the
11 RZG2L_{NMI,IRQX} for the first cell defined in the
12 include/dt-bindings/interrupt-controller/irqc-rzg2l.h file.
13
14 Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
15 Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
16 Fixes: 96fed779d3d4cb3c ("dt-bindings: interrupt-controller: Add Renesas RZ/G2L Interrupt Controller")
17 Signed-off-by: Marc Zyngier <maz@kernel.org>
18 Link: https://lore.kernel.org/r/20220722151155.21100-3-prabhakar.mahadev-lad.rj@bp.renesas.com
19 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 ---
21 Documentation/devicetree/bindings/interrupt-controller/renesas,rzg2l-irqc.yaml | 5 +++--
22 1 file changed, 3 insertions(+), 2 deletions(-)
23
24 --- a/Documentation/devicetree/bindings/interrupt-controller/renesas,rzg2l-irqc.yaml
25 +++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,rzg2l-irqc.yaml
26 @@ -31,8 +31,9 @@ properties:
27 - const: renesas,rzg2l-irqc
28
29 '#interrupt-cells':
30 - description: The first cell should contain external interrupt number (IRQ0-7) and the
31 - second cell is used to specify the flag.
32 + description: The first cell should contain a macro RZG2L_{NMI,IRQX} included in the
33 + include/dt-bindings/interrupt-controller/irqc-rzg2l.h and the second
34 + cell is used to specify the flag.
35 const: 2
36
37 '#address-cells':