]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
soc: qcom: socinfo: Add SM8850 SoC ID
authorJingyi Wang <jingyi.wang@oss.qualcomm.com>
Thu, 23 Oct 2025 04:57:37 +0000 (21:57 -0700)
committerBjorn Andersson <andersson@kernel.org>
Mon, 27 Oct 2025 18:48:01 +0000 (13:48 -0500)
Add SoC ID for Qualcomm SM8850 which represents the Kaanapali platform.

Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251022-knp-socid-v2-2-d147eadd09ee@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/socinfo.c

index 5627fb6ffbdb23338ff5e26a05964a07439aeb56..4fd09e2bfd021424b9489cd29eec29dc7c7a16d3 100644 (file)
@@ -495,6 +495,7 @@ static const struct soc_id soc_id[] = {
        { qcom_board_id(IPQ5424) },
        { qcom_board_id(QCM6690) },
        { qcom_board_id(QCS6690) },
+       { qcom_board_id(SM8850) },
        { qcom_board_id(IPQ5404) },
        { qcom_board_id(QCS9100) },
        { qcom_board_id(QCS8300) },