summaryrefslogtreecommitdiffstats
path: root/drivers/soc
diff options
context:
space:
mode:
authorLijuan Gao <quic_lijuang@quicinc.com>2024-10-22 10:54:32 +0200
committerBjorn Andersson <andersson@kernel.org>2024-10-23 04:43:21 +0200
commit8921bf54bfab240ea551b605c5c16c58f8777e97 (patch)
treef85bd87bd397f5a6c6913fed77c25cdef83c89d8 /drivers/soc
parentdt-bindings: arm: qcom,ids: add SoC ID for QCS615 (diff)
downloadlinux-8921bf54bfab240ea551b605c5c16c58f8777e97.tar.xz
linux-8921bf54bfab240ea551b605c5c16c58f8777e97.zip
soc: qcom: socinfo: Add QCS615 SoC ID table entry
Add SoC Info support for the QCS615 platform. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com> Link: https://lore.kernel.org/r/20241022-add_initial_support_for_qcs615-v4-4-0a551c6dd342@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/qcom/socinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 24c3971f2ef1..aed430f10eec 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -445,6 +445,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(IPQ5321) },
{ qcom_board_id(QCS8300) },
{ qcom_board_id(QCS8275) },
+ { qcom_board_id(QCS615) },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)