diff options
author | Nishanth Menon <nm@ti.com> | 2014-08-22 09:03:50 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-08 17:53:30 -0700 |
commit | 5081ce621d35b7ba34614415f78f629d26bdc155 (patch) | |
tree | 6dedd22b60ee1800c8e9442064972d74ccc4852a /arch/arm/boot/dts/dra7.dtsi | |
parent | 01ac4565d68bfd1b6ef96b46576438423713b8db (diff) | |
download | linux-5081ce621d35b7ba34614415f78f629d26bdc155.tar.bz2 |
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/dra7.dtsi')
-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 d678152db4cb..e09b1afdaef2 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -89,6 +89,7 @@ prm: prm@4ae06000 { compatible = "ti,dra7-prm"; reg = <0x4ae06000 0x3000>; + interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>; prm_clocks: clocks { #address-cells = <1>; |