From: Richard Acayan Date: Fri, 24 May 2024 01:20:26 +0000 (-0400) Subject: soc: qcom: socinfo: Add SDM670 SoC ID table entry X-Git-Tag: v6.11-rc1~189^2~14^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48e4da7919bea2f5c0e20b218385ffe8d5492ab2;p=thirdparty%2Flinux.git soc: qcom: socinfo: Add SDM670 SoC ID table entry There is support for SDM670 already, but not recognized by the socinfo driver. Add the table entry so SDM670 can be found in sysfs. Signed-off-by: Richard Acayan Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20240524012023.318965-7-mailingradian@gmail.com Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 4081eda0f3986..8087941a7887b 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -349,6 +349,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(SDA630) }, { qcom_board_id(MSM8905) }, { qcom_board_id(SDX202) }, + { qcom_board_id(SDM670) }, { qcom_board_id(SDM450) }, { qcom_board_id(SM8150) }, { qcom_board_id(SDA845) },