]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob
c188e4e6a71b9350bb407bdbe9bb820988f623e8
[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 .../bindings/interrupt-controller/renesas,rzg2l-irqc.yaml | 5 +++--
22 1 file changed, 3 insertions(+), 2 deletions(-)
23
24 diff --git a/Documentation/devicetree/bindings/interrupt-controller/renesas,rzg2l-irqc.yaml b/Documentation/devicetree/bindings/interrupt-controller/renesas,rzg2l-irqc.yaml
25 index 33b90e975e33..ea7db3618b23 100644
26 --- a/Documentation/devicetree/bindings/interrupt-controller/renesas,rzg2l-irqc.yaml
27 +++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,rzg2l-irqc.yaml
28 @@ -31,8 +31,9 @@ properties:
29 - const: renesas,rzg2l-irqc
30
31 '#interrupt-cells':
32 - description: The first cell should contain external interrupt number (IRQ0-7) and the
33 - 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.
37 const: 2
38
39 '#address-cells':
40 --
41 2.42.0
42