From: Jingyi Wang Date: Wed, 14 Aug 2024 07:28:06 +0000 (+0800) Subject: soc: qcom: socinfo: add QCS8275/QCS8300 SoC ID X-Git-Tag: v6.12-rc1~187^2~8^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dff75ec5763eb9c7ad64be952cc6930b410beb2d;p=thirdparty%2Fkernel%2Flinux.git soc: qcom: socinfo: add QCS8275/QCS8300 SoC ID Add SoC ID for Qualcomm QCS8275/QCS8300. Signed-off-by: Jingyi Wang Link: https://lore.kernel.org/r/20240814072806.4107079-4-quic_jingyw@quicinc.com Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index d7359a235e3cf..3ba29412b9ba7 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -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)