]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: qcom: socinfo: Add QCS615 SoC ID table entry
authorLijuan Gao <quic_lijuang@quicinc.com>
Tue, 22 Oct 2024 08:54:32 +0000 (16:54 +0800)
committerBjorn Andersson <andersson@kernel.org>
Wed, 23 Oct 2024 02:43:21 +0000 (21:43 -0500)
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>
drivers/soc/qcom/socinfo.c

index 24c3971f2ef17f54dce2a4be54989079c00003cd..aed430f10eec7ebd627bb22cd7cce5694aa52959 100644 (file)
@@ -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)