diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-07-10 00:30:15 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-07-17 14:41:42 +0200 |
commit | 03a7ac47c14c7ef50742a34b3cfba1a47a578a03 (patch) | |
tree | 75f2e36df90872272bfd601392b3b4a4942dee91 | |
parent | irqchip/brcmstb-l2: Match HIF_SPI_INTR2 compatible (diff) | |
download | linux-03a7ac47c14c7ef50742a34b3cfba1a47a578a03.tar.xz linux-03a7ac47c14c7ef50742a34b3cfba1a47a578a03.zip |
dt-bindings: interrupt-controller: Document UPG auxiliary L2
Define the compatible string brcm,upg-aux-aon-l2-intc which is used by
the Broadcom STB UPG auxiliary always-on interrupt controller.
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-6-f.fainelli@gmail.com
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt b/Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt index 98602f1d1e91..021cf822395c 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt @@ -4,6 +4,7 @@ Required properties: - compatible: should be one of: "brcm,hif-spi-l2-intc" or + "brcm,upg-aux-aon-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 |