* [PATCH] arm64: dts: qcom: Replace PMU compatible with a53 specific one
@ 2017-01-17 19:47 Stephen Boyd
0 siblings, 0 replies; only message in thread
From: Stephen Boyd @ 2017-01-17 19:47 UTC (permalink / raw)
To: linux-arm-kernel
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>
---
arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 466ca5705c99..572d1a58844f 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -156,7 +156,7 @@
};
pmu {
- compatible = "arm,armv8-pmuv3";
+ compatible = "arm,cortex-a53-pmu";
interrupts = <GIC_PPI 7 GIC_CPU_MASK_SIMPLE(4)>;
};
--
2.10.0.297.gf6727b0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-17 19:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-17 19:47 [PATCH] arm64: dts: qcom: Replace PMU compatible with a53 specific one Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).