projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b1611f
)
soc: qcom: socinfo: Add QDU1000/QRU1000 SoC IDs to the soc_id table
author
Melody Olvera
<quic_molvera@quicinc.com>
Wed, 26 Oct 2022 19:05:49 +0000
(12:05 -0700)
committer
Bjorn Andersson
<andersson@kernel.org>
Mon, 7 Nov 2022 17:49:41 +0000
(11:49 -0600)
Add SoC ID table entries for the QDU1000 and QRU1000 platforms and
their variants.
Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20221026190549.4005703-6-quic_molvera@quicinc.com
drivers/soc/qcom/socinfo.c
patch
|
blob
|
history
diff --git
a/drivers/soc/qcom/socinfo.c
b/drivers/soc/qcom/socinfo.c
index 7ddcfc3e50766a9f799bf366956f8b05bee6d5d9..545934aead43a945c1114ee43b78b6a33a7b9c9c 100644
(file)
--- a/
drivers/soc/qcom/socinfo.c
+++ b/
drivers/soc/qcom/socinfo.c
@@
-343,6
+343,12
@@
static const struct soc_id soc_id[] = {
{ qcom_board_id(SC7280) },
{ qcom_board_id(SC7180P) },
{ qcom_board_id(SM6375) },
+ { qcom_board_id(QRU1000) },
+ { qcom_board_id(QDU1000) },
+ { qcom_board_id(QDU1010) },
+ { qcom_board_id(QRU1032) },
+ { qcom_board_id(QRU1052) },
+ { qcom_board_id(QRU1062) },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)