ARM: dts: qcom: align OPP table node name with DT schema

Bindings expect OPP tables to start with "opp-table".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230109112221.102473-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski 2023-01-09 12:22:18 +01:00 committed by Bjorn Andersson
parent 858b0d4b04
commit 295bc71958
2 changed files with 20 additions and 20 deletions

View File

@ -62,7 +62,13 @@ cpu0: cpu@0 {
};
};
cpu_opp_table: cpu-opp-table {
firmware {
scm {
compatible = "qcom,scm-sdx55", "qcom,scm";
};
};
cpu_opp_table: opp-table-cpu {
compatible = "operating-points-v2";
opp-shared;
@ -87,12 +93,6 @@ opp-1555200000 {
};
};
firmware {
scm {
compatible = "qcom,scm-sdx55", "qcom,scm";
};
};
psci {
compatible = "arm,psci-1.0";
method = "smc";

View File

@ -61,7 +61,19 @@ cpu0: cpu@0 {
};
};
cpu_opp_table: cpu-opp-table {
firmware {
scm {
compatible = "qcom,scm-sdx65", "qcom,scm";
};
};
mc_virt: interconnect-mc-virt {
compatible = "qcom,sdx65-mc-virt";
#interconnect-cells = <1>;
qcom,bcm-voters = <&apps_bcm_voter>;
};
cpu_opp_table: opp-table-cpu {
compatible = "operating-points-v2";
opp-shared;
@ -86,18 +98,6 @@ opp-1497600000 {
};
};
firmware {
scm {
compatible = "qcom,scm-sdx65", "qcom,scm";
};
};
mc_virt: interconnect-mc-virt {
compatible = "qcom,sdx65-mc-virt";
#interconnect-cells = <1>;
qcom,bcm-voters = <&apps_bcm_voter>;
};
psci {
compatible = "arm,psci-1.0";
method = "smc";