mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
soc: qcom: socinfo: add SoC ID for IPQ9650 family
Add SoC IDs for Qualcomm's IPQ9650 family. Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260408-ipq9650_soc_ids-v1-2-e76faac33f77@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
8baf66cc4c
commit
6fe5ea1989
|
|
@ -536,6 +536,12 @@ static const struct soc_id soc_id[] = {
|
|||
{ qcom_board_id(QCF2200) },
|
||||
{ qcom_board_id(QCF3200) },
|
||||
{ qcom_board_id(QCF3210) },
|
||||
{ qcom_board_id(IPQ9620) },
|
||||
{ qcom_board_id(IPQ9650) },
|
||||
{ qcom_board_id(IPQ9610) },
|
||||
{ qcom_board_id(IPQ9630) },
|
||||
{ qcom_board_id(IPQ9640) },
|
||||
{ qcom_board_id(IPQ9670) },
|
||||
};
|
||||
|
||||
static const char *socinfo_machine(struct device *dev, unsigned int id)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user