mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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:
parent
858b0d4b04
commit
295bc71958
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user