Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <mailingradian@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240524012023.318965-7-mailingradian@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Richard Acayan and committed by
Bjorn Andersson
48e4da79 18664078

+1
+1
drivers/soc/qcom/socinfo.c
··· 349 349 { qcom_board_id(SDA630) }, 350 350 { qcom_board_id(MSM8905) }, 351 351 { qcom_board_id(SDX202) }, 352 + { qcom_board_id(SDM670) }, 352 353 { qcom_board_id(SDM450) }, 353 354 { qcom_board_id(SM8150) }, 354 355 { qcom_board_id(SDA845) },