dt-bindings: interrupt-controller: arm,gic-v3: Fix 'interrupts' cell size in example
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / interrupt-controller / arm,gic-v3.yaml
index c84f9fe..cfb3ec2 100644 (file)
@@ -239,6 +239,7 @@ examples:
       };
     };
 
+  - |
     interrupt-controller@2c010000 {
       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@2c200000 {
         compatible = "arm,gic-v3-its";