dt-bindings: interrupt-controller: msi: Add msi-ranges property
authorMark Kettenis <kettenis@openbsd.org>
Tue, 21 Sep 2021 18:34:13 +0000 (20:34 +0200)
committerRob Herring <robh@kernel.org>
Mon, 27 Sep 2021 16:55:05 +0000 (11:55 -0500)
Update the MSI controller binding to add an msi-ranges property
that specifies how MSIs map onto regular interrupts on some other
interrupt controller.

Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Link: https://lore.kernel.org/r/20210921183420.436-3-kettenis@openbsd.org
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/interrupt-controller/msi-controller.yaml

index 58d898d5b9434883df51e98b1d5274f421edc965..449d6067ec88f36caf50e32bc2a8cece48f7aa9e 100644 (file)
@@ -32,6 +32,14 @@ properties:
       Identifies the node as an MSI controller.
     $ref: /schemas/types.yaml#/definitions/flag
 
+  msi-ranges:
+    description:
+      A list of <phandle intspec span> tuples, where "phandle" is the
+      parent interrupt controller, "intspec" is the starting/base
+      interrupt specifier and "span" is the size of the
+      range. Multiple ranges can be provided.
+    $ref: /schemas/types.yaml#/definitions/phandle-array
+
 dependencies:
   "#msi-cells": [ msi-controller ]