aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/qcom/msm8916.dtsi
diff options
context:
space:
mode:
authorStephen Boyd <stephen.boyd@linaro.org>2017-01-17 11:47:55 -0800
committerAndy Gross <andy.gross@linaro.org>2017-03-28 15:46:08 -0500
commit8bfa6eae5ac853ad0e5008c2dcf1f460a8f575dc (patch)
tree0de79378caed3d2aac151554d81bcb3664529553 /arch/arm64/boot/dts/qcom/msm8916.dtsi
parentarm64: dts: qcom: msm8996: Fixup smp2p node (diff)
downloadlinux-dev-8bfa6eae5ac853ad0e5008c2dcf1f460a8f575dc.tar.xz
linux-dev-8bfa6eae5ac853ad0e5008c2dcf1f460a8f575dc.zip
arm64: dts: qcom: Replace PMU compatible with a53 specific one
The PMU on msm8916 is for the cortex-a53 type CPU. Update the compatible to the more specific one so we can get the a53 specific events out of the PMU. Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8916.dtsi')
-rw-r--r--arch/arm64/boot/dts/qcom/msm8916.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 68a8e67cba29..93f302682a35 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -157,7 +157,7 @@
};
pmu {
- compatible = "arm,armv8-pmuv3";
+ compatible = "arm,cortex-a53-pmu";
interrupts = <GIC_PPI 7 GIC_CPU_MASK_SIMPLE(4)>;
};