diff options
author | Nishanth Menon <nm@ti.com> | 2014-08-22 10:03:50 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-08 20:53:30 -0400 |
commit | 5081ce621d35b7ba34614415f78f629d26bdc155 (patch) | |
tree | 6dedd22b60ee1800c8e9442064972d74ccc4852a /arch/arm/boot/dts/omap4.dtsi | |
parent | 01ac4565d68bfd1b6ef96b46576438423713b8db (diff) |
ARM: dts: OMAP3+: Add PRM interrupt
Provide OMAP3, 4 and OMAP5 with interrupt number for PRM
And for DRA7, provide crossbar number for prm interrupt.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 69408b53200d..7375d4482bff 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi | |||
@@ -129,6 +129,7 @@ | |||
129 | prm: prm@4a306000 { | 129 | prm: prm@4a306000 { |
130 | compatible = "ti,omap4-prm"; | 130 | compatible = "ti,omap4-prm"; |
131 | reg = <0x4a306000 0x3000>; | 131 | reg = <0x4a306000 0x3000>; |
132 | interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; | ||
132 | 133 | ||
133 | prm_clocks: clocks { | 134 | prm_clocks: clocks { |
134 | #address-cells = <1>; | 135 | #address-cells = <1>; |