Skip to content

Commit

Permalink
ARM: dts: qcom: extend scm compatible to match dt-schema
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 6, 2022
1 parent 2477d81 commit 363c1b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/qcom-apq8064.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@

firmware {
scm {
compatible = "qcom,scm-apq8064";
compatible = "qcom,scm-apq8064", "qcom,scm";

clocks = <&rpmcc RPM_DAYTONA_FABRIC_CLK>;
clock-names = "core";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/qcom-apq8084.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

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";
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/qcom-ipq4019.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@

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

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

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";
};
Expand Down

0 comments on commit 363c1b0

Please sign in to comment.