projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f6772
)
soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
author
Bhupesh Sharma
<bhupesh.sharma@linaro.org>
Thu, 1 Dec 2022 14:16:17 +0000
(19:46 +0530)
committer
Bjorn Andersson
<andersson@kernel.org>
Mon, 5 Dec 2022 22:50:39 +0000
(16:50 -0600)
Add SoC ID table entries for the SM8150 and SA8155 SoCs.
Cc: Bjorn Andersson <andersson@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20221201141619.2462705-3-bhupesh.sharma@linaro.org
drivers/soc/qcom/socinfo.c
patch
|
blob
|
history
diff --git
a/drivers/soc/qcom/socinfo.c
b/drivers/soc/qcom/socinfo.c
index 39a9488f5bbcc347a490e049b5da6841fcae3d04..43344888abcf0974862122063cb85f98d19938f6 100644
(file)
--- a/
drivers/soc/qcom/socinfo.c
+++ b/
drivers/soc/qcom/socinfo.c
@@
-307,6
+307,7
@@
static const struct soc_id soc_id[] = {
{ qcom_board_id(SDA658) },
{ qcom_board_id(SDA630) },
{ qcom_board_id(SDM450) },
+ { qcom_board_id(SM8150) },
{ qcom_board_id(SDA845) },
{ qcom_board_id(IPQ8072) },
{ qcom_board_id(IPQ8076) },
@@
-317,6
+318,7
@@
static const struct soc_id soc_id[] = {
{ qcom_board_id(SDA632) },
{ qcom_board_id(SDA450) },
{ qcom_board_id(SM8250) },
+ { qcom_board_id(SA8155) },
{ qcom_board_id(IPQ8070) },
{ qcom_board_id(IPQ8071) },
{ qcom_board_id(IPQ8072A) },