Commit 48e4da79 authored by Richard Acayan's avatar Richard Acayan Committed by Bjorn Andersson

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: default avatarRichard Acayan <mailingradian@gmail.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240524012023.318965-7-mailingradian@gmail.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 18664078
...@@ -349,6 +349,7 @@ static const struct soc_id soc_id[] = { ...@@ -349,6 +349,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(SDA630) }, { qcom_board_id(SDA630) },
{ qcom_board_id(MSM8905) }, { qcom_board_id(MSM8905) },
{ qcom_board_id(SDX202) }, { qcom_board_id(SDX202) },
{ qcom_board_id(SDM670) },
{ qcom_board_id(SDM450) }, { qcom_board_id(SDM450) },
{ qcom_board_id(SM8150) }, { qcom_board_id(SM8150) },
{ qcom_board_id(SDA845) }, { qcom_board_id(SDA845) },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment