aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathiravan T <[email protected]>2020-08-17 10:58:36 +0530
committerBjorn Andersson <[email protected]>2020-09-13 23:56:30 +0000
commit292b18741eb2a24a2c92fae1e9fde05a6b212ea6 (patch)
treebefa4bca3dd042151f1143b1e6eedc1c0091f284
parent36f91e63160856344a25f8b814a65765756a2141 (diff)
arm64: dts: ipq8074: Use the A53 PMU compatible
IPQ8074 has A53 cores, so lets use the corresponding PMU compatible. Signed-off-by: Kathiravan T <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r--arch/arm64/boot/dts/qcom/ipq8074.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq8074.dtsi b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
index 74a474300314..829e37ac82f6 100644
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
@@ -67,7 +67,7 @@
};
pmu {
- compatible = "arm,armv8-pmuv3";
+ compatible = "arm,cortex-a53-pmu";
interrupts = <GIC_PPI 7 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
};