All of lore.kernel.org
 help / color / mirror / Atom feed
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH v2 2/3] ARM: Dove: Add DT node for PMU interrupt controller.
Date: Thu,  7 Nov 2013 11:35:30 +0100	[thread overview]
Message-ID: <1383820531-4387-2-git-send-email-andrew@lunn.ch> (raw)
In-Reply-To: <1383820531-4387-1-git-send-email-andrew@lunn.ch>

Instantiate the PMU interrupt controller which Dove has.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
---
 arch/arm/boot/dts/dove.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index cc279166646f..52b992a5c120 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -66,6 +66,15 @@
 			marvell,#interrupts = <5>;
 		};
 
+		pmu_intc: pmu-interrupt-ctrl at d0050 {
+			compatible = "marvell,dove-pmu-intc";
+			interrupt-controller;
+			#interrupt-cells = <1>;
+			reg = <0xd0050 0x8>;
+			interrupts = <33>;
+			marvell,#interrupts = <7>;
+		};
+
 		core_clk: core-clocks at d0214 {
 			compatible = "marvell,dove-core-clock";
 			reg = <0xd0214 0x4>;
-- 
1.8.4.rc3

  reply	other threads:[~2013-11-07 10:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-07 10:35 [RESEND PATCH v2 1/3] irqchip: irq-dove: Add PMU interrupt controller Andrew Lunn
2013-11-07 10:35 ` Andrew Lunn
2013-11-07 10:35 ` Andrew Lunn [this message]
2013-11-26 15:18   ` [RESEND PATCH v2 2/3] ARM: Dove: Add DT node for " Jason Cooper
2013-11-26 15:58     ` Sebastian Hesselbarth
2013-11-26 16:03       ` Jason Cooper
2013-11-26 17:49         ` Jason Cooper
2013-11-07 10:35 ` [RESEND PATCH v2 3/3] ARM: Dove: Add RTC interrupt via " Andrew Lunn
     [not found] ` <1383820531-4387-1-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org>
2013-11-24  3:34   ` [RESEND PATCH v2 1/3] irqchip: irq-dove: Add " Jason Cooper
2013-11-24  3:34     ` Jason Cooper
2013-11-26 15:14   ` Jason Cooper
2013-11-26 15:14     ` Jason Cooper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1383820531-4387-2-git-send-email-andrew@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.