ARM: dts: qcom: extend scm compatible to match dt-schema

First device specific compatible, then general one.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220626183247.142776-1-david@ixit.cz
This commit is contained in:
David Heidelberg 2022-06-26 20:32:45 +02:00 committed by Bjorn Andersson
parent 2477d81901
commit 363c1b04cf
4 changed files with 4 additions and 4 deletions

View File

@ -315,7 +315,7 @@ dsps_smsm: dsps@4 {
firmware {
scm {
compatible = "qcom,scm-apq8064";
compatible = "qcom,scm-apq8064", "qcom,scm";
clocks = <&rpmcc RPM_DAYTONA_FABRIC_CLK>;
clock-names = "core";

View File

@ -95,7 +95,7 @@ memory {
firmware {
scm {
compatible = "qcom,scm";
compatible = "qcom,scm-apq8084", "qcom,scm";
clocks = <&gcc GCC_CE1_CLK> , <&gcc GCC_CE1_AXI_CLK>, <&gcc GCC_CE1_AHB_CLK>;
clock-names = "core", "bus", "iface";
};

View File

@ -156,7 +156,7 @@ xo: xo {
firmware {
scm {
compatible = "qcom,scm-ipq4019";
compatible = "qcom,scm-ipq4019", "qcom,scm";
};
};

View File

@ -96,7 +96,7 @@ CPU_SPC: spc {
firmware {
scm {
compatible = "qcom,scm";
compatible = "qcom,scm-msm8974", "qcom,scm";
clocks = <&gcc GCC_CE1_CLK>, <&gcc GCC_CE1_AXI_CLK>, <&gcc GCC_CE1_AHB_CLK>;
clock-names = "core", "bus", "iface";
};