diff options
author | R Sricharan <r.sricharan@ti.com> | 2014-06-26 11:25:30 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-07-09 14:56:01 +0400 |
commit | 513006334fb01c7c19b5e005357d94de43a370dd (patch) | |
tree | e1018204768be6b060ee1dda96f96504d00b7939 /arch/arm | |
parent | d360892d37b5d0e82595001c4be6d49311e2c265 (diff) | |
download | linux-513006334fb01c7c19b5e005357d94de43a370dd.tar.xz |
ARM: dts: dra7: add routable-irqs property for gic node
There is a IRQ crossbar device in the soc, which maps the
irq requests from the peripherals to the mpu interrupt
controller's inputs. The gic provides the support for such
IPs in the form of routable-irqs. So adding the property
here to gic node.
Signed-off-by: Sricharan R <r.sricharan@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Cc: Benoit Cousson <bcousson@baylibre.com>
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/dra7.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index c29945e07c5a..1cf4ee10acf5 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -45,6 +45,7 @@ compatible = "arm,cortex-a15-gic"; interrupt-controller; #interrupt-cells = <3>; + arm,routable-irqs = <192>; reg = <0x48211000 0x1000>, <0x48212000 0x1000>, <0x48214000 0x2000>, |