Skip to content

Commit ae33b87

Browse files
robherringandersson
authored andcommitted
ARM: dts: qcom: sdx55/sdx65: Fix CPU power-domain-names
"rpmhpd" is not documented nor used anywhere. The power-domain is used for performance scaling (cpufreq), so "perf" is the correct name to use. Signed-off-by: Rob Herring (Arm) <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 1afdd80 commit ae33b87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/qcom/qcom-sdx55.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
enable-method = "psci";
5858
clocks = <&apcs>;
5959
power-domains = <&rpmhpd SDX55_CX>;
60-
power-domain-names = "rpmhpd";
60+
power-domain-names = "perf";
6161
operating-points-v2 = <&cpu_opp_table>;
6262
};
6363
};

arch/arm/boot/dts/qcom/qcom-sdx65.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
enable-method = "psci";
5959
clocks = <&apcs>;
6060
power-domains = <&rpmhpd SDX65_CX_AO>;
61-
power-domain-names = "rpmhpd";
61+
power-domain-names = "perf";
6262
operating-points-v2 = <&cpu_opp_table>;
6363
};
6464
};

0 commit comments

Comments
 (0)