summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Carino <marc.ceeeee@gmail.com>2013-09-06 13:44:19 -0700
committerMatt Porter <mporter@linaro.org>2014-07-28 10:01:28 -0400
commitf80b71397d09d72222df6c6c2bf39a8a93351b37 (patch)
tree27cb61640f53428a3d92b585ae3e943e3ad2c843
parentc5cc8bb5bd7089193e22df32b63332502a63676a (diff)
ARM: brcmstb: gic: add compatible string for Broadcom Brahma15
Document the Broadcom Brahma B15 GIC implementation as compatible with the ARM GIC standard. Signed-off-by: Marc Carino <marc.ceeeee@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Matt Porter <mporter@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/arm/gic.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/gic.txt b/Documentation/devicetree/bindings/arm/gic.txt
index 5573c08d3180..c7d2fa156678 100644
--- a/Documentation/devicetree/bindings/arm/gic.txt
+++ b/Documentation/devicetree/bindings/arm/gic.txt
@@ -16,6 +16,7 @@ Main node required properties:
"arm,cortex-a9-gic"
"arm,cortex-a7-gic"
"arm,arm11mp-gic"
+ "brcm,brahma-b15-gic"
- interrupt-controller : Identifies the node as an interrupt controller
- #interrupt-cells : Specifies the number of cells needed to encode an
interrupt source. The type shall be a <u32> and the value shall be 3.