diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-02-21 12:09:50 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-02-21 20:52:50 +0100 |
commit | 3bff54740369d1cb45b308af8902ff62489606ea (patch) | |
tree | ffa1fd42f5d38077d20b376c000d26dc4d175876 /arch/arm/boot/dts/qcom-msm8960.dtsi | |
parent | Merge tag 'qcom-soc-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
download | linux-3bff54740369d1cb45b308af8902ff62489606ea.tar.xz linux-3bff54740369d1cb45b308af8902ff62489606ea.zip |
ARM: dts: msm: Add krait-pmu to platforms with Krait CPUs
Allows us to probe the performance counters on Krait CPUs.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
[olof: Moved 8960 contents to the dtsi instead]
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8960.dtsi')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8960.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8960.dtsi b/arch/arm/boot/dts/qcom-msm8960.dtsi index ff002826552a..3a9c3caa9aad 100644 --- a/arch/arm/boot/dts/qcom-msm8960.dtsi +++ b/arch/arm/boot/dts/qcom-msm8960.dtsi @@ -9,6 +9,12 @@ compatible = "qcom,msm8960"; interrupt-parent = <&intc>; + cpu-pmu { + compatible = "qcom,krait-pmu"; + interrupts = <1 10 0x304>; + qcom,no-pc-write; + }; + intc: interrupt-controller@2000000 { compatible = "qcom,msm-qgic2"; interrupt-controller; |