diff options
author | Suman Anna <s-anna@ti.com> | 2021-01-26 10:32:51 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-02-09 11:57:15 -0600 |
commit | 5ab931402a1703358b8a0466c6c9333c560dea6d (patch) | |
tree | dd14981ae58d34a5ab63885879ed3b7ccaf577df /Documentation/devicetree | |
parent | 1a41bd2220934fc382cd83d3edcd7fdb2455dd98 (diff) | |
download | lwn-5ab931402a1703358b8a0466c6c9333c560dea6d.tar.gz lwn-5ab931402a1703358b8a0466c6c9333c560dea6d.zip |
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 <s-anna@ti.com>
Link: https://lore.kernel.org/r/20210126163251.29468-1-s-anna@ti.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml index c2ce215501a5..9731dd4421a1 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/ti,pruss-intc.yaml @@ -33,6 +33,9 @@ description: | corresponding PRUSS node. The node should be named "interrupt-controller". properties: + $nodename: + pattern: "^interrupt-controller@[0-9a-f]+$" + compatible: enum: - ti,pruss-intc |