mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
36 lines
950 B
Diff
36 lines
950 B
Diff
From 5454294f432c0c095f3e2b54fd45491be779c545 Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Tue, 11 May 2021 18:11:13 +0200
|
|
Subject: [PATCH] soc: qcom: socinfo: Add IPQ8074 SoC family ID-s
|
|
|
|
Add ID-s for the Qualcomm IPQ8074 SoC family.
|
|
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
---
|
|
drivers/soc/qcom/socinfo.c | 12 ++++++++++++
|
|
1 file changed, 12 insertions(+)
|
|
|
|
--- a/drivers/soc/qcom/socinfo.c
|
|
+++ b/drivers/soc/qcom/socinfo.c
|
|
@@ -224,8 +224,20 @@ static const struct soc_id soc_id[] = {
|
|
{ 312, "APQ8096SG" },
|
|
{ 318, "SDM630" },
|
|
{ 321, "SDM845" },
|
|
+ { 323, "IPQ8074" },
|
|
{ 341, "SDA845" },
|
|
+ { 342, "IPQ8072" },
|
|
+ { 343, "IPQ8076" },
|
|
+ { 344, "IPQ8078" },
|
|
{ 356, "SM8250" },
|
|
+ { 375, "IPQ8070" },
|
|
+ { 376, "IPQ8071" },
|
|
+ { 389, "IPQ8072A" },
|
|
+ { 390, "IPQ8074A" },
|
|
+ { 391, "IPQ8076A" },
|
|
+ { 392, "IPQ8078A" },
|
|
+ { 395, "IPQ8070A" },
|
|
+ { 396, "IPQ8071A" },
|
|
{ 402, "IPQ6018" },
|
|
{ 425, "SC7180" },
|
|
};
|