Skip to content

Commit

Permalink
dt-bindings: interrupt-controller: msi: Add msi-ranges property
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kettenis committed Sep 21, 2021
1 parent aa78512 commit 8b917f6
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -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 ]

Expand Down

0 comments on commit 8b917f6

Please sign in to comment.