soc: qcom: socinfo: Add Soc IDs for IPQ8064 and variants
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 24 Jan 2023 14:32:36 +0000 (15:32 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 8 Feb 2023 22:50:15 +0000 (14:50 -0800)
Add Soc IDs table entries for Qualcomm IPQ8064 and variants.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230124143236.1038-2-ansuelsmth@gmail.com
drivers/soc/qcom/socinfo.c

index e24895f9860038c867f2dd0a18d2c7298f2cde8a..46d71d7359473193b4e55131fb78fc5d4b64ecbd 100644 (file)
@@ -284,6 +284,10 @@ static const struct soc_id soc_id[] = {
        { qcom_board_id(MSM8126) },
        { qcom_board_id(APQ8026) },
        { qcom_board_id(MSM8926) },
+       { qcom_board_id(IPQ8062) },
+       { qcom_board_id(IPQ8064) },
+       { qcom_board_id(IPQ8066) },
+       { qcom_board_id(IPQ8068) },
        { qcom_board_id(MSM8326) },
        { qcom_board_id(MSM8916) },
        { qcom_board_id(MSM8994) },
@@ -339,6 +343,8 @@ static const struct soc_id soc_id[] = {
        { qcom_board_id(MSM8609) },
        { qcom_board_id(APQ8076) },
        { qcom_board_id(MSM8976) },
+       { qcom_board_id(IPQ8065) },
+       { qcom_board_id(IPQ8069) },
        { qcom_board_id(MDM9650) },
        { qcom_board_id(MDM9655) },
        { qcom_board_id(MDM9250) },