mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
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:
parent
2477d81901
commit
363c1b04cf
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ xo: xo {
|
|||
|
||||
firmware {
|
||||
scm {
|
||||
compatible = "qcom,scm-ipq4019";
|
||||
compatible = "qcom,scm-ipq4019", "qcom,scm";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user