diff options
author | Yassine Oudjana <y.oudjana@protonmail.com> | 2022-02-03 08:26:44 +0100 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2022-02-11 05:33:51 +0100 |
commit | 6b3abe0cfb7d68dc25172f7da8a60a5f35cb290d (patch) | |
tree | 9295f9c2567a838c5ee79b0f63eeb5a063b20a07 /arch | |
parent | arm64: dts: qcom: msm8996: Rename cluster OPP tables (diff) | |
download | linux-6b3abe0cfb7d68dc25172f7da8a60a5f35cb290d.tar.xz linux-6b3abe0cfb7d68dc25172f7da8a60a5f35cb290d.zip |
arm64: dts: qcom: qcs404: Rename CPU and CPR OPP tables
Rename CPU and CPR OPP table node names to match the nodename pattern
defined in the opp-v2-base DT schema.
Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/qcom/qcs404.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi index 6db753b49326..3f06f7cd3cf2 100644 --- a/arch/arm64/boot/dts/qcom/qcs404.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs404.dtsi @@ -110,7 +110,7 @@ }; }; - cpu_opp_table: cpu-opp-table { + cpu_opp_table: opp-table-cpu { compatible = "operating-points-v2-kryo-cpu"; opp-shared; @@ -128,7 +128,7 @@ }; }; - cpr_opp_table: cpr-opp-table { + cpr_opp_table: opp-table-cpr { compatible = "operating-points-v2-qcom-level"; cpr_opp1: opp1 { |