aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKefeng Wang <kefeng.wang@linaro.org>2014-03-17 18:42:02 +0800
committerKefeng Wang <kefeng.wang@linaro.org>2014-03-17 18:43:06 +0800
commit15f395d224659d9ae8ab900b45d6139fd298dc83 (patch)
treeff609c52c7185f50d2e400f6e6c45144abea5ed6
parent6cda4478b0505f4a39295e4917b825568759154c (diff)
ARM: dts: hip04: Add PMU supporttracking-hilt-d01-pmu-20140317
ARM Performance Monitor Units are available on the hip04, add the support in the dtsi. Simply tested with perf. Signed-off-by: Kefeng Wang <kefeng.wang@linaro.org>
-rw-r--r--arch/arm/boot/dts/hip04.dtsi20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hip04.dtsi b/arch/arm/boot/dts/hip04.dtsi
index 2484c85bb76c..e272fc95ff49 100644
--- a/arch/arm/boot/dts/hip04.dtsi
+++ b/arch/arm/boot/dts/hip04.dtsi
@@ -219,6 +219,26 @@
status = "ok";
};
+ arm-pmu {
+ compatible = "arm,cortex-a15-pmu";
+ interrupts = <0 64 4>,
+ <0 65 4>,
+ <0 66 4>,
+ <0 67 4>,
+ <0 68 4>,
+ <0 69 4>,
+ <0 70 4>,
+ <0 71 4>,
+ <0 72 4>,
+ <0 73 4>,
+ <0 74 4>,
+ <0 75 4>,
+ <0 76 4>,
+ <0 77 4>,
+ <0 78 4>,
+ <0 79 4>;
+ };
+
timer {
compatible = "arm,armv7-timer";
interrupts = <1 13 0xf08>,