diff options
| author | R Sricharan <[email protected]> | 2014-06-26 12:55:30 +0530 |
|---|---|---|
| committer | Tony Lindgren <[email protected]> | 2014-07-09 03:56:01 -0700 |
| commit | 513006334fb01c7c19b5e005357d94de43a370dd (patch) | |
| tree | e1018204768be6b060ee1dda96f96504d00b7939 | |
| parent | d360892d37b5d0e82595001c4be6d49311e2c265 (diff) | |
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 <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Cc: Benoit Cousson <[email protected]>
Cc: Santosh Shilimkar <[email protected]>
Cc: Rajendra Nayak <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
| -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>, |