Skip to content

Commit fb1eb0b

Browse files
konradybcioandersson
authored andcommitted
firmware: qcom_scm: Add SM6375 compatible
While it was introduced in bindings, requiring a core clock, and added into the DT, this compatible was apparently forgotten about on the driver side of things. Fix it. Signed-off-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 92b9d86 commit fb1eb0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/firmware/qcom_scm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,6 +1543,7 @@ static const struct of_device_id qcom_scm_dt_match[] = {
15431543
},
15441544
{ .compatible = "qcom,scm-msm8994" },
15451545
{ .compatible = "qcom,scm-msm8996" },
1546+
{ .compatible = "qcom,scm-sm6375", .data = (void *)SCM_HAS_CORE_CLK },
15461547
{ .compatible = "qcom,scm" },
15471548
{}
15481549
};

0 commit comments

Comments
 (0)