Skip to content

Commit 7980247

Browse files
Ansuelandersson
authored andcommitted
soc: qcom: socinfo: Add Soc IDs for IPQ8064 and variants
Add Soc IDs table entries for Qualcomm IPQ8064 and variants. Signed-off-by: Christian Marangi <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent d615ef0 commit 7980247

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/soc/qcom/socinfo.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@ static const struct soc_id soc_id[] = {
284284
{ qcom_board_id(MSM8126) },
285285
{ qcom_board_id(APQ8026) },
286286
{ qcom_board_id(MSM8926) },
287+
{ qcom_board_id(IPQ8062) },
288+
{ qcom_board_id(IPQ8064) },
289+
{ qcom_board_id(IPQ8066) },
290+
{ qcom_board_id(IPQ8068) },
287291
{ qcom_board_id(MSM8326) },
288292
{ qcom_board_id(MSM8916) },
289293
{ qcom_board_id(MSM8994) },
@@ -339,6 +343,8 @@ static const struct soc_id soc_id[] = {
339343
{ qcom_board_id(MSM8609) },
340344
{ qcom_board_id(APQ8076) },
341345
{ qcom_board_id(MSM8976) },
346+
{ qcom_board_id(IPQ8065) },
347+
{ qcom_board_id(IPQ8069) },
342348
{ qcom_board_id(MDM9650) },
343349
{ qcom_board_id(MDM9655) },
344350
{ qcom_board_id(MDM9250) },

0 commit comments

Comments
 (0)