From: Stephen Boyd Date: Wed, 11 Feb 2015 01:06:03 +0000 (-0800) Subject: ARM: dts: qcom: Add msm8660 PMU node X-Git-Tag: v4.2-rc1~99^2~26^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b73b31577f70a1d03aee21d0127da44862b7b08e;p=karo-tx-linux.git ARM: dts: qcom: Add msm8660 PMU node Enable perf events on msm8660 devices by adding the pmu node. Signed-off-by: Stephen Boyd Signed-off-by: Kumar Gala --- diff --git a/arch/arm/boot/dts/qcom-msm8660.dtsi b/arch/arm/boot/dts/qcom-msm8660.dtsi index 20bbd19b996e..e0b2ce2910e0 100644 --- a/arch/arm/boot/dts/qcom-msm8660.dtsi +++ b/arch/arm/boot/dts/qcom-msm8660.dtsi @@ -37,6 +37,11 @@ }; }; + cpu-pmu { + compatible = "qcom,scorpion-mp-pmu"; + interrupts = <1 9 0x304>; + }; + soc: soc { #address-cells = <1>; #size-cells = <1>;