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 <robimarko@gmail.com> Reviewed-by: Kathiravan T <quic_kathirav@quicinc.com> Link: https://lore.kernel.org/r/20230901181041.1538999-2-robimarko@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent b8c889b commit e9104e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)