From: Lijuan Gao Date: Tue, 22 Oct 2024 08:54:32 +0000 (+0800) Subject: soc: qcom: socinfo: Add QCS615 SoC ID table entry X-Git-Tag: v6.13-rc1~139^2~12^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8921bf54bfab240ea551b605c5c16c58f8777e97;p=thirdparty%2Fkernel%2Flinux.git soc: qcom: socinfo: Add QCS615 SoC ID table entry Add SoC Info support for the QCS615 platform. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Lijuan Gao Link: https://lore.kernel.org/r/20241022-add_initial_support_for_qcs615-v4-4-0a551c6dd342@quicinc.com Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 24c3971f2ef17..aed430f10eec7 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -445,6 +445,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(IPQ5321) }, { qcom_board_id(QCS8300) }, { qcom_board_id(QCS8275) }, + { qcom_board_id(QCS615) }, }; static const char *socinfo_machine(struct device *dev, unsigned int id)