diff options
author | Melody Olvera <quic_molvera@quicinc.com> | 2022-10-26 21:05:49 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-11-07 18:49:41 +0100 |
commit | 759dcdf24903f61bc46064e0f7dd8a68ea1a6376 (patch) | |
tree | 01133127a11fbf8c896a9d768a45dcb6c01d0dfc /drivers/soc | |
parent | dt-bindings: arm: qcom,ids: Add SoC IDs for QDU1000/QRU1000 (diff) | |
download | linux-759dcdf24903f61bc46064e0f7dd8a68ea1a6376.tar.xz linux-759dcdf24903f61bc46064e0f7dd8a68ea1a6376.zip |
soc: qcom: socinfo: Add QDU1000/QRU1000 SoC IDs to the soc_id table
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
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/qcom/socinfo.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 7ddcfc3e5076..545934aead43 100644 --- 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) |