diff options
author | Marc Carino <marc.ceeeee@gmail.com> | 2013-09-07 00:44:19 +0400 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-07-28 18:01:28 +0400 |
commit | f80b71397d09d72222df6c6c2bf39a8a93351b37 (patch) | |
tree | 27cb61640f53428a3d92b585ae3e943e3ad2c843 /Documentation/devicetree/bindings/arm | |
parent | c5cc8bb5bd7089193e22df32b63332502a63676a (diff) | |
download | linux-f80b71397d09d72222df6c6c2bf39a8a93351b37.tar.xz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/gic.txt | 1 |
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. |