Skip to content

Commit 95f3b09

Browse files
lweiss-fairphoneandersson
authored andcommitted
soc: qcom: socinfo: Add SoC IDs for SM7635 family
Add the entries for the 'volcano' family, namely SM7635, SM6650, SM6650P, QCM6690 and QCS6690. Signed-off-by: Luca Weiss <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent e53ff5b commit 95f3b09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/soc/qcom/socinfo.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,13 @@ static const struct soc_id soc_id[] = {
448448
{ qcom_board_id(QCM8550) },
449449
{ qcom_board_id(SM8750) },
450450
{ qcom_board_id(IPQ5300) },
451+
{ qcom_board_id(SM7635) },
452+
{ qcom_board_id(SM6650) },
453+
{ qcom_board_id(SM6650P) },
451454
{ qcom_board_id(IPQ5321) },
452455
{ qcom_board_id(IPQ5424) },
456+
{ qcom_board_id(QCM6690) },
457+
{ qcom_board_id(QCS6690) },
453458
{ qcom_board_id(IPQ5404) },
454459
{ qcom_board_id(QCS9100) },
455460
{ qcom_board_id(QCS8300) },

0 commit comments

Comments
 (0)