ipq807x: add Qualcomm Atheros IPQ807x target
[openwrt/staging/nbd.git] / target / linux / ipq807x / patches-5.15 / 0071-v5.16-soc-qcom-socinfo-Add-IPQ8074-family-ID-s.patch
1 From a212eb94fc9f72a126df651c5d7898feaea29526 Mon Sep 17 00:00:00 2001
2 From: Robert Marko <robimarko@gmail.com>
3 Date: Sun, 5 Sep 2021 19:11:31 +0200
4 Subject: [PATCH] soc: qcom: socinfo: Add IPQ8074 family ID-s
5
6 IPQ8074 family SoC ID-s are missing, so lets add them based on
7 the downstream driver.
8
9 Signed-off-by: Robert Marko <robimarko@gmail.com>
10 Reviewed-by: Kathiravan T <kathirav@codeaurora.org>
11 Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
12 Link: https://lore.kernel.org/r/20210905171131.660885-1-robimarko@gmail.com
13 ---
14 drivers/soc/qcom/socinfo.c | 12 ++++++++++++
15 1 file changed, 12 insertions(+)
16
17 --- a/drivers/soc/qcom/socinfo.c
18 +++ b/drivers/soc/qcom/socinfo.c
19 @@ -281,19 +281,31 @@ static const struct soc_id soc_id[] = {
20 { 319, "APQ8098" },
21 { 321, "SDM845" },
22 { 322, "MDM9206" },
23 + { 323, "IPQ8074" },
24 { 324, "SDA660" },
25 { 325, "SDM658" },
26 { 326, "SDA658" },
27 { 327, "SDA630" },
28 { 338, "SDM450" },
29 { 341, "SDA845" },
30 + { 342, "IPQ8072" },
31 + { 343, "IPQ8076" },
32 + { 344, "IPQ8078" },
33 { 345, "SDM636" },
34 { 346, "SDA636" },
35 { 349, "SDM632" },
36 { 350, "SDA632" },
37 { 351, "SDA450" },
38 { 356, "SM8250" },
39 + { 375, "IPQ8070" },
40 + { 376, "IPQ8071" },
41 + { 389, "IPQ8072A" },
42 + { 390, "IPQ8074A" },
43 + { 391, "IPQ8076A" },
44 + { 392, "IPQ8078A" },
45 { 394, "SM6125" },
46 + { 395, "IPQ8070A" },
47 + { 396, "IPQ8071A" },
48 { 402, "IPQ6018" },
49 { 403, "IPQ6028" },
50 { 421, "IPQ6000" },