Skip to content

Commit

Permalink
arm64: dts: qcom: msm8996: Rename cluster OPP tables
Browse files Browse the repository at this point in the history
Rename cluster 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: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220203072226.51482-6-y.oudjana@protonmail.com
  • Loading branch information
Yassine Oudjana authored and Bjorn Andersson committed Feb 11, 2022
1 parent 3431a7f commit f55dda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/msm8996.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
};
};

cluster0_opp: opp_table0 {
cluster0_opp: opp-table-cluster0 {
compatible = "operating-points-v2-kryo-cpu";
nvmem-cells = <&speedbin_efuse>;
opp-shared;
Expand Down Expand Up @@ -222,7 +222,7 @@
};
};

cluster1_opp: opp_table1 {
cluster1_opp: opp-table-cluster1 {
compatible = "operating-points-v2-kryo-cpu";
nvmem-cells = <&speedbin_efuse>;
opp-shared;
Expand Down

0 comments on commit f55dda2

Please sign in to comment.