summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2015-03-11 15:43:47 +0000
committerJason Cooper <jason@lakedaemon.net>2015-03-15 00:56:02 +0000
commit994dd8a3283cd332801ccbe099b2517e8b7055d0 (patch)
tree723a9ff0517ad84ea86e79ebcc7728b82a3f150e
parenta5561c3e845cae41ae40c15689a7f26e90b000c8 (diff)
downloadop-kernel-dev-994dd8a3283cd332801ccbe099b2517e8b7055d0.zip
op-kernel-dev-994dd8a3283cd332801ccbe099b2517e8b7055d0.tar.gz
DT: arm,gic: kill arm,routable-irqs
Nobody will regret it. Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Link: https://lkml.kernel.org/r/1426088629-15377-6-git-send-email-marc.zyngier@arm.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r--Documentation/devicetree/bindings/arm/gic.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/arm/gic.txt b/Documentation/devicetree/bindings/arm/gic.txt
index c97484b..1e0d212 100644
--- a/Documentation/devicetree/bindings/arm/gic.txt
+++ b/Documentation/devicetree/bindings/arm/gic.txt
@@ -56,11 +56,6 @@ 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 {
@@ -68,7 +63,6 @@ Example:
#interrupt-cells = <3>;
#address-cells = <1>;
interrupt-controller;
- arm,routable-irqs = <160>;
reg = <0xfff11000 0x1000>,
<0xfff10100 0x100>;
};
OpenPOWER on IntegriCloud