Skip to content

Commit b0bc8c8

Browse files
Kathiravan Tandersson
authored andcommitted
soc: qcom: socinfo: Add IDs for IPQ5332 and its variant
Add SOC ID for Qualcomm IPQ5332 and IPQ5322 variants. Signed-off-by: Kathiravan T <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4ad66c3 commit b0bc8c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/soc/qcom/socinfo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ static const struct soc_id soc_id[] = {
448448
{ qcom_board_id(QRU1032) },
449449
{ qcom_board_id(QRU1052) },
450450
{ qcom_board_id(QRU1062) },
451+
{ qcom_board_id(IPQ5332) },
452+
{ qcom_board_id(IPQ5322) },
451453
};
452454

453455
static const char *socinfo_machine(struct device *dev, unsigned int id)

0 commit comments

Comments
 (0)