]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
soc: qcom: socinfo: add SM8750 SoC ID
authorMukesh Ojha <mukesh.ojha@oss.qualcomm.com>
Thu, 8 May 2025 13:46:34 +0000 (19:16 +0530)
committerBjorn Andersson <andersson@kernel.org>
Sun, 11 May 2025 22:31:07 +0000 (17:31 -0500)
Update soc_id table for the Qualcomm SM8750 SoC to represent
SM8750 machine.

Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
Reviewed-by: Melody Olvera <melody.olvera@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250508134635.1627031-1-mukesh.ojha@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/socinfo.c

index 18d7f1be909370cc6c67fa57080eefea0b270fbd..8c4147737c35e3878db2def47f34c03ffc1fea52 100644 (file)
@@ -444,6 +444,7 @@ static const struct soc_id soc_id[] = {
        { qcom_board_id(IPQ5302) },
        { qcom_board_id(QCS8550) },
        { qcom_board_id(QCM8550) },
+       { qcom_board_id(SM8750)  },
        { qcom_board_id(IPQ5300) },
        { qcom_board_id(IPQ5321) },
        { qcom_board_id(IPQ5424) },