diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-07-09 15:30:13 -0700 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-07-17 13:41:42 +0100 |
commit | 90b06e2dc4d1e8e9311a5275d53f61d90b61efdc (patch) | |
tree | c3493b84c1be2719b14b94156097260cbb258ff0 | |
parent | c8d8d6fc478a30f3e8ea5372664dd2a808c4311e (diff) | |
download | linux-90b06e2dc4d1e8e9311a5275d53f61d90b61efdc.tar.bz2 |
dt-bindings: interrupt-controller: Document Broadcom STB HIF L2
Add documentation for the brcm,hif-spi-l2-intc compatible string to the
brcm,l2-intc.txt binding document.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200709223016.989-4-f.fainelli@gmail.com
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt b/Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt index d514ec060a4a..98602f1d1e91 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt @@ -2,7 +2,9 @@ Broadcom Generic Level 2 Interrupt Controller Required properties: -- compatible: should be "brcm,l2-intc" for latched interrupt controllers +- compatible: should be one of: + "brcm,hif-spi-l2-intc" or + "brcm,l2-intc" for latched interrupt controllers should be "brcm,bcm7271-l2-intc" for level interrupt controllers - reg: specifies the base physical address and size of the registers - interrupt-controller: identifies the node as an interrupt controller |