From: Sonny Rao Date: Tue, 7 Apr 2015 17:52:39 +0000 (-0700) Subject: ARM: dts: rockchip: Enable Cortex-A12 HW PMU events on rk3288 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f18407800e5d211028858f86f1e78aacbedad298;p=deliverable%2Flinux.git ARM: dts: rockchip: Enable Cortex-A12 HW PMU events on rk3288 This adds the dts node for the PMU with the correct PMUIRQ interrupts for each core. Signed-off-by: Sonny Rao Reviewed-by: Doug Anderson Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 165968d51d8f..8253abb83f36 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -44,6 +44,14 @@ spi2 = &spi2; }; + arm-pmu { + compatible = "arm,cortex-a12-pmu"; + interrupts = , + , + , + ; + }; + cpus { #address-cells = <1>; #size-cells = <0>;