ARM: dts: rockchip: Enable Cortex-A12 HW PMU events on rk3288
authorSonny Rao <sonnyrao@chromium.org>
Tue, 7 Apr 2015 17:52:39 +0000 (10:52 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 27 Apr 2015 07:27:41 +0000 (09:27 +0200)
This adds the dts node for the PMU with the correct PMUIRQ interrupts
for each core.

Signed-off-by: Sonny Rao <sonnyrao@chromium.org>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288.dtsi

index 165968d51d8fd7370ca596833c0e2126fc616970..8253abb83f369cf22692c372f3a812075b1531d4 100644 (file)
                spi2 = &spi2;
        };
 
+       arm-pmu {
+               compatible = "arm,cortex-a12-pmu";
+               interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
+                            <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>,
+                            <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
+                            <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
This page took 0.026381 seconds and 5 git commands to generate.