Commit b7072cc5 authored by Yassine Oudjana's avatar Yassine Oudjana Committed by Bjorn Andersson

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: default avatarYassine Oudjana <y.oudjana@protonmail.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220203072226.51482-7-y.oudjana@protonmail.com
parent f55dda21
...@@ -110,7 +110,7 @@ CPU_SLEEP_0: cpu-sleep-0 { ...@@ -110,7 +110,7 @@ CPU_SLEEP_0: cpu-sleep-0 {
}; };
}; };
cpu_opp_table: cpu-opp-table { cpu_opp_table: opp-table-cpu {
compatible = "operating-points-v2-kryo-cpu"; compatible = "operating-points-v2-kryo-cpu";
opp-shared; opp-shared;
...@@ -128,7 +128,7 @@ opp-1401600000 { ...@@ -128,7 +128,7 @@ opp-1401600000 {
}; };
}; };
cpr_opp_table: cpr-opp-table { cpr_opp_table: opp-table-cpr {
compatible = "operating-points-v2-qcom-level"; compatible = "operating-points-v2-qcom-level";
cpr_opp1: opp1 { cpr_opp1: opp1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment