linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: sun7i: Add ARM PMU in A20 DTSI
@ 2014-04-18 18:52 Maxime Ripard
  2014-04-18 18:52 ` [PATCH 2/2] ARM: sun6i: Add ARM PMU in A31 DTSI Maxime Ripard
  2014-04-26 18:23 ` [linux-sunxi] [PATCH 1/2] ARM: sun7i: Add ARM PMU in A20 DTSI Hans de Goede
  0 siblings, 2 replies; 5+ messages in thread
From: Maxime Ripard @ 2014-04-18 18:52 UTC (permalink / raw)
  To: linux-arm-kernel

Enable the performance monitoring unit found in the A20 SoCs.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 arch/arm/boot/dts/sun7i-a20.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index 899fd0e2b749..cc0d37fe5ae1 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -57,6 +57,12 @@
 			     <1 10 0xf08>;
 	};
 
+	pmu {
+		compatible = "arm,cortex-a7-pmu", "arm,cortex-a15-pmu";
+		interrupts = <0 120 4>,
+			     <0 121 4>;
+	};
+
 	clocks {
 		#address-cells = <1>;
 		#size-cells = <1>;
-- 
1.9.1

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

end of thread, other threads:[~2014-04-26 18:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18 18:52 [PATCH 1/2] ARM: sun7i: Add ARM PMU in A20 DTSI Maxime Ripard
2014-04-18 18:52 ` [PATCH 2/2] ARM: sun6i: Add ARM PMU in A31 DTSI Maxime Ripard
2014-04-20  3:15   ` [linux-sunxi] " Julian Calaby
2014-04-26 15:38     ` Maxime Ripard
2014-04-26 18:23 ` [linux-sunxi] [PATCH 1/2] ARM: sun7i: Add ARM PMU in A20 DTSI Hans de Goede

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