diff options
author | Lijuan Gao <quic_lijuang@quicinc.com> | 2024-10-22 10:54:32 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-10-23 04:43:21 +0200 |
commit | 8921bf54bfab240ea551b605c5c16c58f8777e97 (patch) | |
tree | f85bd87bd397f5a6c6913fed77c25cdef83c89d8 /drivers/soc | |
parent | dt-bindings: arm: qcom,ids: add SoC ID for QCS615 (diff) | |
download | linux-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.c | 1 |
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) |