ARM: dt: Add ARM PMU to tegra*.dtsi
authorStephen Warren <swarren@nvidia.com>
Tue, 28 Feb 2012 01:26:36 +0000 (18:26 -0700)
committerOlof Johansson <olof@lixom.net>
Sun, 4 Mar 2012 18:41:57 +0000 (10:41 -0800)
This enables HW performance measurements, and usage of the "perf" tool.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/tegra20.dtsi
arch/arm/boot/dts/tegra30.dtsi

index 3195ad5562d34b6a1dfb0db5fa546a93a1150ad2..d2bc7e7ad06df7f6d1073b7812ee69d2d1c26412 100644 (file)
                      < 0x50040100 0x0100 >;
        };
 
+       pmu {
+               compatible = "arm,cortex-a9-pmu";
+               interrupts = <0 56 0x04
+                             0 57 0x04>;
+       };
+
        apbdma: dma@6000a000 {
                compatible = "nvidia,tegra20-apbdma";
                reg = <0x6000a000 0x1200>;
index fd25e8e9ffd9b648da6af6ef0edc963ce047e5bd..e957051f86455a8ef6cb9b59cc4f48e1cdb3d9f1 100644 (file)
                      < 0x50040100 0x0100 >;
        };
 
+       pmu {
+               compatible = "arm,cortex-a9-pmu";
+               interrupts = <0 144 0x04
+                             0 145 0x04
+                             0 146 0x04
+                             0 147 0x04>;
+       };
+
        apbdma: dma@6000a000 {
                compatible = "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma";
                reg = <0x6000a000 0x1400>;
This page took 0.028725 seconds and 5 git commands to generate.