projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cbebdf
)
soc: qcom: socinfo: add QCS9100 ID
author
Tengfei Fan
<quic_tengfan@quicinc.com>
Wed, 11 Sep 2024 11:10:56 +0000
(19:10 +0800)
committer
Bjorn Andersson
<andersson@kernel.org>
Tue, 29 Oct 2024 20:09:02 +0000
(15:09 -0500)
Add the ID for the Qualcomm QCS9100 SoC.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
Link:
https://lore.kernel.org/r/20240911-add_qcs9100_support-v2-2-e43a71ceb017@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/socinfo.c
patch
|
blob
|
history
diff --git
a/drivers/soc/qcom/socinfo.c
b/drivers/soc/qcom/socinfo.c
index
859d380
..
20fa197
100644
(file)
--- a/
drivers/soc/qcom/socinfo.c
+++ b/
drivers/soc/qcom/socinfo.c
@@
-446,6
+446,7
@@
static const struct soc_id soc_id[] = {
{ qcom_board_id(QCM8550) },
{ qcom_board_id(IPQ5300) },
{ qcom_board_id(IPQ5321) },
+ { qcom_board_id(QCS9100) },
{ qcom_board_id(QCS8300) },
{ qcom_board_id(QCS8275) },
{ qcom_board_id(QCS615) },