linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: i.MX53: add pmu node
@ 2014-08-22 12:02 Steffen Trumtrar
  2014-08-25  2:45 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Trumtrar @ 2014-08-22 12:02 UTC (permalink / raw)
  To: linux-arm-kernel

The i.MX53 has a Cortex-A8 Performance Monitor Unit.

Add it to the dtsi.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 arch/arm/boot/dts/imx53.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index 64fa27b..79fec00 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -744,5 +744,10 @@
 			reg = <0xf8000000 0x20000>;
 			clocks = <&clks IMX5_CLK_OCRAM>;
 		};
+
+		pmu {
+			compatible = "arm,cortex-a8-pmu";
+			interrupts = <77>;
+		};
 	};
 };
-- 
2.1.0.rc1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: dts: i.MX53: add pmu node
  2014-08-22 12:02 [PATCH] ARM: dts: i.MX53: add pmu node Steffen Trumtrar
@ 2014-08-25  2:45 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2014-08-25  2:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 22, 2014 at 02:02:27PM +0200, Steffen Trumtrar wrote:
> The i.MX53 has a Cortex-A8 Performance Monitor Unit.
> 
> Add it to the dtsi.
> 
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-25  2:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-22 12:02 [PATCH] ARM: dts: i.MX53: add pmu node Steffen Trumtrar
2014-08-25  2:45 ` Shawn Guo

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).