mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
soc: qcom: socinfo: Add SoC ID for CQ7790
Recognize the CQ7790S and CQ7790M SoCs (Eliza SoC IoT variants). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260120164706.501119-4-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
c3d1892569
commit
2ad034b051
|
|
@ -522,6 +522,8 @@ static const struct soc_id soc_id[] = {
|
|||
{ qcom_board_id(QCS8275) },
|
||||
{ qcom_board_id(QCS9075) },
|
||||
{ qcom_board_id(QCS615) },
|
||||
{ qcom_board_id(CQ7790M) },
|
||||
{ qcom_board_id(CQ7790S) },
|
||||
};
|
||||
|
||||
static const char *socinfo_machine(struct device *dev, unsigned int id)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user