From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: Dove: Add DT node for PMU interrupt controller.
Date: Mon, 30 Sep 2013 23:38:41 +0200 [thread overview]
Message-ID: <1380577122-8841-2-git-send-email-andrew@lunn.ch> (raw)
In-Reply-To: <1380577122-8841-1-git-send-email-andrew@lunn.ch>
Instantiate the PMU interrupt controller which Dove has.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
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 cc27916..52b992a 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
next prev parent reply other threads:[~2013-09-30 21:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-30 21:38 [PATCH 1/3] irqchip: irq-dove: Add PMU interrupt controller Andrew Lunn
2013-09-30 21:38 ` Andrew Lunn [this message]
2013-09-30 21:38 ` [PATCH 3/3] ARM: Dove: Add RTC interrupt via " Andrew Lunn
2013-10-01 0:54 ` [PATCH 1/3] irqchip: irq-dove: Add " Jason Cooper
2013-10-08 16:34 ` Jason Cooper
2013-10-01 11:22 ` Sebastian Hesselbarth
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=1380577122-8841-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).