summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei wang <quic_leiwan@quicinc.com>2026-03-21 18:23:07 +0300
committerBjorn Andersson <andersson@kernel.org>2026-03-30 16:58:58 +0300
commitf55fa3e3dcd8f766266fdf878994f0ec09459a7d (patch)
tree569fdc886fd2fb7140bc93c58c4525d14d22e2b3
parenta559a742c95c55ae3b347f2b57d26830c0cdd566 (diff)
downloadlinux-f55fa3e3dcd8f766266fdf878994f0ec09459a7d.tar.xz
soc: qcom: socinfo: Add SoC ID for SA8650P
Add SoC ID table entry for Qualcomm SA8650P. Signed-off-by: Lei wang <quic_leiwan@quicinc.com> Signed-off-by: Radu Rendec <rrendec@redhat.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260321152307.9131-3-rrendec@redhat.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r--drivers/soc/qcom/socinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 802bf289626f..8ffd903ebddb 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -490,6 +490,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(SM8475) },
{ qcom_board_id(SM8475P) },
{ qcom_board_id(SA8255P) },
+ { qcom_board_id(SA8650P) },
{ qcom_board_id(SA8775P) },
{ qcom_board_id(QRU1000) },
{ qcom_board_id(SM8475_2) },