]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: arm,vexpress-juno: Allow interrupt-map properties in bus node
authorRob Herring (Arm) <robh@kernel.org>
Mon, 15 Dec 2025 21:29:32 +0000 (15:29 -0600)
committerRob Herring (Arm) <robh@kernel.org>
Wed, 4 Feb 2026 02:58:09 +0000 (20:58 -0600)
Allow interrupt-map properties which are already used in the bus node.

Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Link: https://patch.msgid.link/20251215212932.3324144-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml

index 4cdca5320544402bf1ba228faa5ada768f1cb440..eae558c2758bbacb0af9dc5d006a529851678351 100644 (file)
@@ -157,6 +157,12 @@ patternProperties:
               - const: simple-bus
           - const: simple-bus
 
+      "#interrupt-cells":
+        const: 1
+
+      interrupt-map: true
+      interrupt-map-mask: true
+
     patternProperties:
       '^motherboard-bus@':
         type: object