Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1183569 > unrolled thread

[PATCH v3 3/6] ARM: dts: AM4372: Add PRCM IRQ entry

Started byKeerthy <j-keerthy@ti.com>
First post2015-07-14 12:10 +0200
Last post2015-07-14 12:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 3/6] ARM: dts: AM4372: Add PRCM IRQ entry Keerthy <j-keerthy@ti.com> - 2015-07-14 12:10 +0200

#1183569 — [PATCH v3 3/6] ARM: dts: AM4372: Add PRCM IRQ entry

FromKeerthy <j-keerthy@ti.com>
Date2015-07-14 12:10 +0200
Subject[PATCH v3 3/6] ARM: dts: AM4372: Add PRCM IRQ entry
Message-ID<pM5jX-RW-15@gated-at.bofh.it>
Add PRCM IRQ entry.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 arch/arm/boot/dts/am4372.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index ade28c79..359a3b6 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -86,6 +86,7 @@
 			prcm: prcm@1f0000 {
 				compatible = "ti,am4-prcm";
 				reg = <0x1f0000 0x11000>;
+				interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
 
 				prcm_clocks: clocks {
 					#address-cells = <1>;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web