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>
This commit is contained in:
Jingyi Wang 2024-08-14 15:28:06 +08:00 committed by Bjorn Andersson
parent 6b34e75c48
commit dff75ec576

View File

@ -441,6 +441,8 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QCM8550) },
{ qcom_board_id(IPQ5300) },
{ qcom_board_id(IPQ5321) },
{ qcom_board_id(QCS8300) },
{ qcom_board_id(QCS8275) },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)