Skip to content

Commit dff75ec

Browse files
Jingyi Wangandersson
authored andcommitted
soc: qcom: socinfo: add QCS8275/QCS8300 SoC ID
Add SoC ID for Qualcomm QCS8275/QCS8300. Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com> Link: https://lore.kernel.org/r/20240814072806.4107079-4-quic_jingyw@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 6b34e75 commit dff75ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/soc/qcom/socinfo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,8 @@ static const struct soc_id soc_id[] = {
441441
{ qcom_board_id(QCM8550) },
442442
{ qcom_board_id(IPQ5300) },
443443
{ qcom_board_id(IPQ5321) },
444+
{ qcom_board_id(QCS8300) },
445+
{ qcom_board_id(QCS8275) },
444446
};
445447

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

0 commit comments

Comments
 (0)