All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: koba@kmckk.co.jp, Magnus Damm <magnus.damm@gmail.com>,
	horms@verge.net.au, linux-sh@vger.kernel.org
Subject: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi
Date: Wed, 24 Jul 2013 03:42:40 +0000	[thread overview]
Message-ID: <20130724034240.30596.52917.sendpatchset@w520> (raw)

From: Magnus Damm <damm@opensource.se>

Add PMU information to emev2.dtsi. With this
included KZM9D DT reference may use the PMU.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/boot/dts/emev2.dtsi |    6 ++++++
 1 file changed, 6 insertions(+)

--- 0009/arch/arm/boot/dts/emev2.dtsi
+++ work/arch/arm/boot/dts/emev2.dtsi	2013-07-02 17:32:45.000000000 +0900
@@ -46,6 +46,12 @@
 		      <0xe0020000 0x0100>;
 	};
 
+	pmu {
+		compatible = "arm,cortex-a9-pmu";
+		interrupts = <0 120 4>,
+			     <0 121 4>;
+	};
+
 	sti@e0180000 {
 		compatible = "renesas,em-sti";
 		reg = <0xe0180000 0x54>;

WARNING: multiple messages have this Message-ID (diff)
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: koba@kmckk.co.jp, Magnus Damm <magnus.damm@gmail.com>,
	horms@verge.net.au, linux-sh@vger.kernel.org
Subject: [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi
Date: Wed, 24 Jul 2013 12:42:40 +0900	[thread overview]
Message-ID: <20130724034240.30596.52917.sendpatchset@w520> (raw)

From: Magnus Damm <damm@opensource.se>

Add PMU information to emev2.dtsi. With this
included KZM9D DT reference may use the PMU.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/boot/dts/emev2.dtsi |    6 ++++++
 1 file changed, 6 insertions(+)

--- 0009/arch/arm/boot/dts/emev2.dtsi
+++ work/arch/arm/boot/dts/emev2.dtsi	2013-07-02 17:32:45.000000000 +0900
@@ -46,6 +46,12 @@
 		      <0xe0020000 0x0100>;
 	};
 
+	pmu {
+		compatible = "arm,cortex-a9-pmu";
+		interrupts = <0 120 4>,
+			     <0 121 4>;
+	};
+
 	sti@e0180000 {
 		compatible = "renesas,em-sti";
 		reg = <0xe0180000 0x54>;

             reply	other threads:[~2013-07-24  3:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-24  3:42 Magnus Damm [this message]
2013-07-24  3:42 ` [PATCH] ARM: shmobile: emev2: add PMU information to emev2.dtsi Magnus Damm
2013-07-31  6:39 ` Simon Horman
2013-07-31  6:39   ` Simon Horman
2013-07-31  7:05   ` Simon Horman
2013-07-31  7:05     ` Simon Horman
2013-07-31  7:11     ` Magnus Damm
2013-07-31  7:11       ` Magnus Damm
2013-07-31  7:33       ` Simon Horman
2013-07-31  7:33         ` Simon Horman

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=20130724034240.30596.52917.sendpatchset@w520 \
    --to=magnus.damm@gmail.com \
    --cc=horms@verge.net.au \
    --cc=koba@kmckk.co.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.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.