]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: qdu1000: Fix qcom,freq-domain
authorRob Herring (Arm) <robh@kernel.org>
Thu, 10 Apr 2025 15:47:25 +0000 (10:47 -0500)
committerBjorn Andersson <andersson@kernel.org>
Tue, 15 Apr 2025 02:35:20 +0000 (21:35 -0500)
The correct property name is 'qcom,freq-domain', not
'qcom,freq-domains'.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250410-dt-cpu-schema-v2-4-63d7dc9ddd0a@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qdu1000.dtsi

index f973aa8f74775d2a6812b866736df527211019f8..7c8d78fd7ebf487c263b928f1dae557ab033295a 100644 (file)
@@ -47,7 +47,7 @@
                        enable-method = "psci";
                        power-domains = <&cpu_pd0>;
                        power-domain-names = "psci";
-                       qcom,freq-domains = <&cpufreq_hw 0>;
+                       qcom,freq-domain = <&cpufreq_hw 0>;
                        next-level-cache = <&l2_0>;
                        l2_0: l2-cache {
                                compatible = "cache";
@@ -70,7 +70,7 @@
                        enable-method = "psci";
                        power-domains = <&cpu_pd1>;
                        power-domain-names = "psci";
-                       qcom,freq-domains = <&cpufreq_hw 0>;
+                       qcom,freq-domain = <&cpufreq_hw 0>;
                        next-level-cache = <&l2_100>;
                        l2_100: l2-cache {
                                compatible = "cache";
@@ -88,7 +88,7 @@
                        enable-method = "psci";
                        power-domains = <&cpu_pd2>;
                        power-domain-names = "psci";
-                       qcom,freq-domains = <&cpufreq_hw 0>;
+                       qcom,freq-domain = <&cpufreq_hw 0>;
                        next-level-cache = <&l2_200>;
                        l2_200: l2-cache {
                                compatible = "cache";
                        enable-method = "psci";
                        power-domains = <&cpu_pd3>;
                        power-domain-names = "psci";
-                       qcom,freq-domains = <&cpufreq_hw 0>;
+                       qcom,freq-domain = <&cpufreq_hw 0>;
                        next-level-cache = <&l2_300>;
                        l2_300: l2-cache {
                                compatible = "cache";