aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/gic.txt
diff options
context:
space:
mode:
authorChristoffer Dall <christoffer.dall@linaro.org>2014-10-08 11:06:53 +0200
committerChristoffer Dall <christoffer.dall@linaro.org>2014-10-08 11:06:53 +0200
commit3143b4aaa5182e7a7d0bfb51d03bd6216d6bfd53 (patch)
treec89e71bcb0f55cea195f1360c096c584221e8697 /Documentation/devicetree/bindings/arm/gic.txt
parent0111d0f13469831266d716e3b50d580a3e25cff9 (diff)
parent8cbfd57948a16fe813e72e6b0ccb36b6417a78d8 (diff)
Merge branch 'lsk/v3.14/topic/gic-v3' into lsk/lsk-with-kvm-v3.14
Diffstat (limited to 'Documentation/devicetree/bindings/arm/gic.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/gic.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/gic.txt b/Documentation/devicetree/bindings/arm/gic.txt
index bae0d87a38b2..5573c08d3180 100644
--- a/Documentation/devicetree/bindings/arm/gic.txt
+++ b/Documentation/devicetree/bindings/arm/gic.txt
@@ -50,6 +50,11 @@ Optional
regions, used when the GIC doesn't have banked registers. The offset is
cpu-offset * cpu-nr.
+- arm,routable-irqs : Total number of gic irq inputs which are not directly
+ connected from the peripherals, but are routed dynamically
+ by a crossbar/multiplexer preceding the GIC. The GIC irq
+ input line is assigned dynamically when the corresponding
+ peripheral's crossbar line is mapped.
Example:
intc: interrupt-controller@fff11000 {
@@ -57,6 +62,7 @@ Example:
#interrupt-cells = <3>;
#address-cells = <1>;
interrupt-controller;
+ arm,routable-irqs = <160>;
reg = <0xfff11000 0x1000>,
<0xfff10100 0x100>;
};