mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
	
		
			1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 687aeb6d2f7e36d8fffc23b5d767110b79beda59 Mon Sep 17 00:00:00 2001
 | 
						|
From: Ryder Lee <ryder.lee@mediatek.com>
 | 
						|
Date: Wed, 5 Sep 2018 18:22:17 +0800
 | 
						|
Subject: [PATCH 39/77] arm: dts: mt7623: add a performance counter unit device
 | 
						|
 node
 | 
						|
 | 
						|
Add ARM PMU device node to enable hardware perf events.
 | 
						|
 | 
						|
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
 | 
						|
---
 | 
						|
 arch/arm/boot/dts/mt7623.dtsi | 9 +++++++++
 | 
						|
 1 file changed, 9 insertions(+)
 | 
						|
 | 
						|
diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi
 | 
						|
index af6b6228f8a8..d009b50f917e 100644
 | 
						|
--- a/arch/arm/boot/dts/mt7623.dtsi
 | 
						|
+++ b/arch/arm/boot/dts/mt7623.dtsi
 | 
						|
@@ -121,6 +121,15 @@
 | 
						|
 		};
 | 
						|
 	};
 | 
						|
 
 | 
						|
+	pmu {
 | 
						|
+		compatible = "arm,cortex-a7-pmu";
 | 
						|
+		interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_LOW>,
 | 
						|
+			     <GIC_SPI 5 IRQ_TYPE_LEVEL_LOW>,
 | 
						|
+			     <GIC_SPI 6 IRQ_TYPE_LEVEL_LOW>,
 | 
						|
+			     <GIC_SPI 7 IRQ_TYPE_LEVEL_LOW>;
 | 
						|
+		interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;
 | 
						|
+	};
 | 
						|
+
 | 
						|
 	system_clk: dummy13m {
 | 
						|
 		compatible = "fixed-clock";
 | 
						|
 		clock-frequency = <13000000>;
 | 
						|
-- 
 | 
						|
2.19.1
 | 
						|
 |