diff mbox series

[2/3] soc: qcom: socinfo: Add SDM670 SoC ID table entry

Message ID 20240524012023.318965-7-mailingradian@gmail.com (mailing list archive)
State Accepted
Commit 48e4da7919bea2f5c0e20b218385ffe8d5492ab2
Headers show
Series SDM670 shared memory and socinfo | expand

Commit Message

Richard Acayan May 24, 2024, 1:20 a.m. UTC
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 <mailingradian@gmail.com>
---
 drivers/soc/qcom/socinfo.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Konrad Dybcio May 24, 2024, 3:25 p.m. UTC | #1
On 24.05.2024 3:20 AM, Richard Acayan wrote:
> 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 <mailingradian@gmail.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
diff mbox series

Patch

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index e8ff9819ac47..8817eb8c1f1c 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -347,6 +347,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) },