ARM: exynos: add pmu nodes to exynos5250 dts
authorOlof Johansson <olofj@chromium.org>
Fri, 22 Jun 2012 22:11:50 +0000 (15:11 -0700)
committerOlof Johansson <olofj@chromium.org>
Tue, 26 Jun 2012 18:20:52 +0000 (11:20 -0700)
This plumbs up the PMU on the A15s so that we can run perf.

BUG=none
TEST=run perf top

Change-Id: I64638b87e24f8dd7664063d0d5b672993dd1763e
Signed-off-by: Olof Johansson <olofj@chromium.org>
Reviewed-on: https://gerrit-int.chromium.org/20678
Reviewed-by: Sonny Rao <sonnyrao@google.com>
Commit-Ready: Olof Johansson <olofj@google.com>
Tested-by: Olof Johansson <olofj@google.com>
arch/arm/boot/dts/exynos5250.dtsi

index 033f88a..cbd0dfc 100644 (file)
                 };
         };
 
+       pmu {
+               compatible = "arm,cortex-a15-pmu", "arm,cortex-a9-pmu";
+               interrupts = <1 2>,
+                            <22 4>;
+               interrupt-parent = <&combiner>;
+       };
+
        watchdog {
                compatible = "samsung,s3c2410-wdt";
                reg = <0x101D0000 0x100>;