Skip to content

Commit

Permalink
arm64: dts: qcom: extend scm compatible strings
Browse files Browse the repository at this point in the history
First device specific compatible, then general one.

Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: David Heidelberg <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
okias authored and andersson committed Jul 7, 2022
1 parent 28ae8aa commit b9c0c0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/ipq6018.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

firmware {
scm {
compatible = "qcom,scm";
compatible = "qcom,scm-ipq6018", "qcom,scm";
};
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/msm8953.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@

firmware {
scm: scm {
compatible = "qcom,scm-msm8953";
compatible = "qcom,scm-msm8953", "qcom,scm";
clocks = <&gcc GCC_CRYPTO_CLK>,
<&gcc GCC_CRYPTO_AXI_CLK>,
<&gcc GCC_CRYPTO_AHB_CLK>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/msm8996.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@

firmware {
scm {
compatible = "qcom,scm-msm8996";
compatible = "qcom,scm-msm8996", "qcom,scm";
qcom,dload-mode = <&tcsr 0x13000>;
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sm8250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@

firmware {
scm: scm {
compatible = "qcom,scm";
compatible = "qcom,scm-sm8250", "qcom,scm";
#reset-cells = <1>;
};
};
Expand Down

0 comments on commit b9c0c0e

Please sign in to comment.