Skip to content

Commit e3a3356

Browse files
committed
dt-bindings: interrupt-controller: arm,gic-v3: Fix 'interrupts' cell size in example
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 <[email protected]> Acked-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 7b5bfc0 commit e3a3356

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ examples:
239239
};
240240
};
241241
242+
- |
242243
interrupt-controller@2c010000 {
243244
compatible = "arm,gic-v3";
244245
#interrupt-cells = <4>;
@@ -254,7 +255,7 @@ examples:
254255
<0x2c040000 0x2000>, // GICC
255256
<0x2c060000 0x2000>, // GICH
256257
<0x2c080000 0x2000>; // GICV
257-
interrupts = <1 9 4>;
258+
interrupts = <1 9 4 0>;
258259
259260
msi-controller@2c200000 {
260261
compatible = "arm,gic-v3-its";

0 commit comments

Comments
 (0)