Skip to content

Commit 4bdc8c8

Browse files
konradybcioandersson
authored andcommitted
firmware: qcom_scm: Add msm8994 compatible
This change adds a compatible for msm8994, which requires no additional clocks for scm to probe correctly. Acked-by: Rob Herring <[email protected]> Signed-off-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent b88c282 commit 4bdc8c8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/devicetree/bindings/firmware/qcom,scm.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Required properties:
1616
* "qcom,scm-msm8916"
1717
* "qcom,scm-msm8960"
1818
* "qcom,scm-msm8974"
19+
* "qcom,scm-msm8994"
1920
* "qcom,scm-msm8996"
2021
* "qcom,scm-msm8998"
2122
* "qcom,scm-sc7180"

drivers/firmware/qcom_scm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,6 +1150,7 @@ static const struct of_device_id qcom_scm_dt_match[] = {
11501150
SCM_HAS_IFACE_CLK |
11511151
SCM_HAS_BUS_CLK)
11521152
},
1153+
{ .compatible = "qcom,scm-msm8994" },
11531154
{ .compatible = "qcom,scm-msm8996" },
11541155
{ .compatible = "qcom,scm" },
11551156
{}

0 commit comments

Comments
 (0)