]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: OMAP3+: Add PRM interrupt
authorNishanth Menon <nm@ti.com>
Fri, 22 Aug 2014 14:03:50 +0000 (09:03 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 9 Sep 2014 00:53:30 +0000 (17:53 -0700)
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>
arch/arm/boot/dts/dra7.dtsi
arch/arm/boot/dts/omap3.dtsi
arch/arm/boot/dts/omap4.dtsi
arch/arm/boot/dts/omap5.dtsi

index d678152db4cb39036f7e05a6494737006714e81b..e09b1afdaef20f9b2f4574c4e7363b0dcb3e496e 100644 (file)
@@ -89,6 +89,7 @@ ocp {
                prm: prm@4ae06000 {
                        compatible = "ti,dra7-prm";
                        reg = <0x4ae06000 0x3000>;
+                       interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
 
                        prm_clocks: clocks {
                                #address-cells = <1>;
index 575a49bf968d8c4be70abafa0009d1a7c3563661..3136ed1a04ba6f98667205e67c8730ec7f7594eb 100644 (file)
@@ -97,6 +97,7 @@ aes: aes@480c5000 {
                prm: prm@48306000 {
                        compatible = "ti,omap3-prm";
                        reg = <0x48306000 0x4000>;
+                       interrupts = <11>;
 
                        prm_clocks: clocks {
                                #address-cells = <1>;
index 69408b53200d5aa88a603962452190ea43e02858..7375d4482bffd2cead810b400649f924f15c5039 100644 (file)
@@ -129,6 +129,7 @@ cm1_clockdomains: clockdomains {
                prm: prm@4a306000 {
                        compatible = "ti,omap4-prm";
                        reg = <0x4a306000 0x3000>;
+                       interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
 
                        prm_clocks: clocks {
                                #address-cells = <1>;
index fc8df1739f393657e9040e67e486e08a47e04648..df0a09b81ba20ac482abe6fa0e1f6b0c71cee261 100644 (file)
@@ -131,6 +131,7 @@ ocp {
                prm: prm@4ae06000 {
                        compatible = "ti,omap5-prm";
                        reg = <0x4ae06000 0x3000>;
+                       interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
 
                        prm_clocks: clocks {
                                #address-cells = <1>;