soc: qcom: socinfo: Add IDs for QCM2290/QRB2210
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Wed, 15 Mar 2023 10:17:27 +0000 (11:17 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 15 Mar 2023 22:09:50 +0000 (15:09 -0700)
Add the missing IDs for scuba and its QRB variant.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230314-topic-scuba_socinfo-v2-2-44fa1256aa6d@linaro.org
drivers/soc/qcom/socinfo.c

index 89081ec34dbac94a699002da6b536921c6c74d16..f352cd58630d7ecdbd2a7c6def379ef81c6e03c8 100644 (file)
@@ -431,6 +431,7 @@ static const struct soc_id soc_id[] = {
        { qcom_board_id(QCM2150) },
        { qcom_board_id(SDA429W) },
        { qcom_board_id(SM8350) },
+       { qcom_board_id(QCM2290) },
        { qcom_board_id(SM6115) },
        { qcom_board_id(SC8280XP) },
        { qcom_board_id(IPQ6005) },
@@ -447,6 +448,7 @@ static const struct soc_id soc_id[] = {
        { qcom_board_id(SC7180P) },
        { qcom_board_id(SM6375) },
        { qcom_board_id(SM8550) },
+       { qcom_board_id(QRB2210) },
        { qcom_board_id(SA8775P) },
        { qcom_board_id(QRU1000) },
        { qcom_board_id(QDU1000) },