]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
soc: qcom: socinfo: add QCS9075 SoC ID
authorWasim Nazir <quic_wasimn@quicinc.com>
Sun, 29 Dec 2024 15:23:28 +0000 (20:53 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 6 Jan 2025 23:59:34 +0000 (17:59 -0600)
Update soc_id table for the Qualcomm QCS9075 SoC
to represent qcs9075 machine.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com>
Link: https://lore.kernel.org/r/20241229152332.3068172-3-quic_wasimn@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/soc/qcom/socinfo.c

index d49c55979bb3080c724c6cffe27f3a6ef29ff62b..18d7f1be909370cc6c67fa57080eefea0b270fbd 100644 (file)
@@ -451,6 +451,7 @@ static const struct soc_id soc_id[] = {
        { qcom_board_id(QCS9100) },
        { qcom_board_id(QCS8300) },
        { qcom_board_id(QCS8275) },
+       { qcom_board_id(QCS9075) },
        { qcom_board_id(QCS615) },
 };