[PATCH 04/11] arm64: dts: qcom: msm8916: Fix KPSS ACC compatible
From: Konrad Dybcio
Date: Thu Mar 06 2025 - 13:17:10 EST
From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
The current compatible has been used with no corresponding
documentation. Replace it with one that has been documented.
This has no functional effect, as these nodes' resources are only
consumed through a phandle reference, anyway.
Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 8f35c9af18782aa1da7089988692e6588c4b7c5d..33a28f8163dda0e53f4176d61738ce175efc096c 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -2574,7 +2574,7 @@ frame@b028000 {
};
cpu0_acc: power-manager@b088000 {
- compatible = "qcom,msm8916-acc";
+ compatible = "qcom,msm8916-kpss-acc";
reg = <0x0b088000 0x1000>;
status = "reserved"; /* Controlled by PSCI firmware */
};
@@ -2586,7 +2586,7 @@ cpu0_saw: power-manager@b089000 {
};
cpu1_acc: power-manager@b098000 {
- compatible = "qcom,msm8916-acc";
+ compatible = "qcom,msm8916-kpss-acc";
reg = <0x0b098000 0x1000>;
status = "reserved"; /* Controlled by PSCI firmware */
};
@@ -2598,7 +2598,7 @@ cpu1_saw: power-manager@b099000 {
};
cpu2_acc: power-manager@b0a8000 {
- compatible = "qcom,msm8916-acc";
+ compatible = "qcom,msm8916-kpss-acc";
reg = <0x0b0a8000 0x1000>;
status = "reserved"; /* Controlled by PSCI firmware */
};
@@ -2610,7 +2610,7 @@ cpu2_saw: power-manager@b0a9000 {
};
cpu3_acc: power-manager@b0b8000 {
- compatible = "qcom,msm8916-acc";
+ compatible = "qcom,msm8916-kpss-acc";
reg = <0x0b0b8000 0x1000>;
status = "reserved"; /* Controlled by PSCI firmware */
};
--
2.48.1