soc: qcom: socinfo: Add SM6350 and SM7225
authorLuca Weiss <luca.weiss@fairphone.com>
Mon, 13 Dec 2021 08:11:11 +0000 (09:11 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 21 Dec 2021 01:10:11 +0000 (19:10 -0600)
Both SoCs are known as 'lagoon' downstream. Add their ids to the socinfo
driver.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211213081111.20217-1-luca.weiss@fairphone.com
drivers/soc/qcom/socinfo.c

index 113dc57b74c38070d4333ba4ff4e2a5c0974220e..6dc0f39c0ec3b22ae6786a147bcace35cb5e2992 100644 (file)
@@ -313,9 +313,11 @@ static const struct soc_id soc_id[] = {
        { 421, "IPQ6000" },
        { 422, "IPQ6010" },
        { 425, "SC7180" },
+       { 434, "SM6350" },
        { 453, "IPQ6005" },
        { 455, "QRB5165" },
        { 457, "SM8450" },
+       { 459, "SM7225" },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)