diff mbox series

[V2] arm64: dts: ipq8074: Use the A53 PMU compatible

Message ID 1597642116-15902-1-git-send-email-kathirav@codeaurora.org
State Accepted
Commit 292b18741eb2a24a2c92fae1e9fde05a6b212ea6
Headers show
Series [V2] arm64: dts: ipq8074: Use the A53 PMU compatible | expand

Commit Message

Kathiravan T Aug. 17, 2020, 5:28 a.m. UTC
IPQ8074 has A53 cores, so lets use the corresponding PMU compatible.

Signed-off-by: Kathiravan T <kathirav@codeaurora.org>
---
[V2]
	- Rebased on v5.9-rc1

 arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/ipq8074.dtsi b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
index 96a5ec89b5f0..e4859c7f6208 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)>;
 	};