Skip to content

Commit e9104e7

Browse files
robimarkoandersson
authored andcommitted
soc: qcom: socinfo: Add IDs for IPQ8174 family
IPQ8174 (Oak) family is part of the IPQ8074 family, but the ID-s for it are missing so lets add them. Signed-off-by: Robert Marko <[email protected]> Reviewed-by: Kathiravan T <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent b8c889b commit e9104e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/soc/qcom/socinfo.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@ static const struct soc_id soc_id[] = {
366366
{ qcom_board_id(SM6125) },
367367
{ qcom_board_id(IPQ8070A) },
368368
{ qcom_board_id(IPQ8071A) },
369+
{ qcom_board_id(IPQ8172) },
370+
{ qcom_board_id(IPQ8173) },
371+
{ qcom_board_id(IPQ8174) },
369372
{ qcom_board_id(IPQ6018) },
370373
{ qcom_board_id(IPQ6028) },
371374
{ qcom_board_id(SDM429W) },

0 commit comments

Comments
 (0)