Skip to content

Commit 6dde29d

Browse files
lokeshvutlaMarc Zyngier
authored andcommitted
dt-bindings: irqchip: ti, sci-inta: Update docs to support different parent.
Drop the firmware related interrupt ranges and use the hardware specified interrupt numbers within Interrupt Aggregator. This ensures interrupt aggregator DT node need not assume any interrupt parent type. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20200806074826.24607-8-lokeshvutla@ti.com
1 parent a5b659b commit 6dde29d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ TISCI Interrupt Aggregator Node:
4343
- msi-controller: Identifies the node as an MSI controller.
4444
- interrupt-parent: phandle of irq parent.
4545
- ti,sci: Phandle to TI-SCI compatible System controller node.
46-
- ti,sci-dev-id: TISCI device ID of the Interrupt Aggregator.
47-
- ti,sci-rm-range-vint: Array of TISCI subtype ids representing vints(inta
48-
outputs) range within this INTA, assigned to the
49-
requesting host context.
50-
- ti,sci-rm-range-global-event: Array of TISCI subtype ids representing the
51-
global events range reaching this IA and are assigned
52-
to the requesting host context.
46+
- ti,sci-dev-id: TISCI device id of interrupt controller.
47+
- ti,interrupt-ranges: Set of triplets containing ranges that convert
48+
the INTA output interrupt numbers to parent's
49+
interrupt number. Each triplet has following entries:
50+
- First entry specifies the base for vint
51+
- Second entry specifies the base for parent irqs
52+
- Third entry specifies the limit
53+
5354

5455
Example:
5556
--------
@@ -61,6 +62,5 @@ main_udmass_inta: interrupt-controller@33d00000 {
6162
interrupt-parent = <&main_navss_intr>;
6263
ti,sci = <&dmsc>;
6364
ti,sci-dev-id = <179>;
64-
ti,sci-rm-range-vint = <0x0>;
65-
ti,sci-rm-range-global-event = <0x1>;
65+
ti,interrupt-ranges = <0 0 256>;
6666
};

0 commit comments

Comments
 (0)