[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220106182518.1435497-5-robh@kernel.org>
Date: Thu, 6 Jan 2022 12:25:13 -0600
From: Rob Herring <robh@...nel.org>
To: Thomas Gleixner <tglx@...utronix.de>, Marc Zyngier <maz@...nel.org>
Cc: Marc Zyngier <marc.zyngier@....com>, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org
Subject: [PATCH] dt-bindings: interrupt-controller: arm,gic-v3: Fix 'interrupts'
The 2nd example has an interrupts cells size of 4, but the 'interrupts'
property has 3 cells. The example should also be separate since the cell
size differs in each example.
Signed-off-by: Rob Herring <robh@...nel.org>
---
.../devicetree/bindings/interrupt-controller/arm,gic-v3.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml b/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml
index c84f9fe7f254..cfb3ec27bd2b 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml
@@ -239,6 +239,7 @@ examples:
};
};
+ - |
interrupt-controller@...10000 {
compatible = "arm,gic-v3";
#interrupt-cells = <4>;
@@ -254,7 +255,7 @@ examples:
<0x2c040000 0x2000>, // GICC
<0x2c060000 0x2000>, // GICH
<0x2c080000 0x2000>; // GICV
- interrupts = <1 9 4>;
+ interrupts = <1 9 4 0>;
msi-controller@...00000 {
compatible = "arm,gic-v3-its";
--
2.32.0
Powered by blists - more mailing lists