Skip to content

Commit 6b3abe0

Browse files
Tooniisvireshk
authored andcommitted
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>
1 parent 2b8382d commit 6b3abe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/qcom/qcs404.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
};
111111
};
112112

113-
cpu_opp_table: cpu-opp-table {
113+
cpu_opp_table: opp-table-cpu {
114114
compatible = "operating-points-v2-kryo-cpu";
115115
opp-shared;
116116

@@ -128,7 +128,7 @@
128128
};
129129
};
130130

131-
cpr_opp_table: cpr-opp-table {
131+
cpr_opp_table: opp-table-cpr {
132132
compatible = "operating-points-v2-qcom-level";
133133

134134
cpr_opp1: opp1 {

0 commit comments

Comments
 (0)