projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b9d86
)
firmware: qcom_scm: Add SM6375 compatible
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Tue, 7 Mar 2023 01:22:47 +0000
(
02:22
+0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Wed, 22 Mar 2023 03:36:07 +0000
(20:36 -0700)
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 <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20230307012247.3655547-1-konrad.dybcio@linaro.org
drivers/firmware/qcom_scm.c
patch
|
blob
|
history
diff --git
a/drivers/firmware/qcom_scm.c
b/drivers/firmware/qcom_scm.c
index
ce76f52
..
280d6a4
100644
(file)
--- a/
drivers/firmware/qcom_scm.c
+++ b/
drivers/firmware/qcom_scm.c
@@
-1543,6
+1543,7
@@
static const struct of_device_id qcom_scm_dt_match[] = {
},
{ .compatible = "qcom,scm-msm8994" },
{ .compatible = "qcom,scm-msm8996" },
+ { .compatible = "qcom,scm-sm6375", .data = (void *)SCM_HAS_CORE_CLK },
{ .compatible = "qcom,scm" },
{}
};