Skip to content

Commit 5ab9314

Browse files
sumanannarobherring
authored andcommitted
dt-bindings: irqchip: Add node name to PRUSS INTC
The current PRUSS Interrupt Controller binding doesn't exactly specify the convention for the node name. These interrupt-controllers will always have a unit address. Update the binding with the '$nodename' using the expected generic name, this shall ensure the interrupt-controller.yaml is automatically applied to this binding. Signed-off-by: Suman Anna <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 1a41bd2 commit 5ab9314

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ description: |
3333
corresponding PRUSS node. The node should be named "interrupt-controller".
3434
3535
properties:
36+
$nodename:
37+
pattern: "^interrupt-controller@[0-9a-f]+$"
38+
3639
compatible:
3740
enum:
3841
- ti,pruss-intc

0 commit comments

Comments
 (0)