All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] arm64: dts: mt8173: add pmu nodes for mt8173
@ 2019-01-09  8:21 ` Seiya Wang
  0 siblings, 0 replies; 13+ messages in thread
From: Seiya Wang @ 2019-01-09  8:21 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Matthias Brugger
  Cc: devicetree, linux-arm-kernel, linux-mediatek, linux-kernel,
	srv_heupstream, Seiya Wang

This patch adds the device nodes of ARM Performance Monitor Uint
for mt8173.

Signed-off-by: Seiya Wang <seiya.wang@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt8173.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
index 412ffd4d426b..44374c506a1c 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
@@ -216,6 +216,20 @@
 		};
 	};
 
+	pmu_a53 {
+		compatible = "arm,cortex-a53-pmu";
+		interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_LOW>,
+			     <GIC_SPI 9 IRQ_TYPE_LEVEL_LOW>;
+		interrupt-affinity = <&cpu0>, <&cpu1>;
+	};
+
+	pmu_a72 {
+		compatible = "arm,cortex-a72-pmu";
+		interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_LOW>,
+			     <GIC_SPI 13 IRQ_TYPE_LEVEL_LOW>;
+		interrupt-affinity = <&cpu2>, <&cpu3>;
+	};
+
 	psci {
 		compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci";
 		method = "smc";
-- 
2.14.1


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

end of thread, other threads:[~2019-04-16  8:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09  8:21 [PATCH v1 1/1] arm64: dts: mt8173: add pmu nodes for mt8173 Seiya Wang
2019-01-09  8:21 ` Seiya Wang
2019-01-09  8:21 ` Seiya Wang
2019-02-08 15:04 ` Matthias Brugger
2019-02-08 15:04   ` Matthias Brugger
2019-02-11  5:20   ` Seiya Wang
2019-02-11  5:20     ` Seiya Wang
2019-02-11  5:20     ` Seiya Wang
2019-04-16  8:35   ` Seiya Wang
2019-04-16  8:35     ` Seiya Wang
2019-04-16  8:35     ` Seiya Wang
2019-04-16  8:57     ` Matthias Brugger
2019-04-16  8:57       ` Matthias Brugger

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.