soc: qcom: socinfo: add soc id for IPQ6018
authorKathiravan T <kathirav@codeaurora.org>
Mon, 17 Aug 2020 06:30:30 +0000 (12:00 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 10 Sep 2020 16:52:45 +0000 (16:52 +0000)
Add the SoC ID for IPQ6018 variant.

Signed-off-by: Kathiravan T <kathirav@codeaurora.org>
Link: https://lore.kernel.org/r/1597645830-30409-1-git-send-email-kathirav@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/soc/qcom/socinfo.c

index e19102f..2b28667 100644 (file)
@@ -223,6 +223,7 @@ static const struct soc_id soc_id[] = {
        { 321, "SDM845" },
        { 341, "SDA845" },
        { 356, "SM8250" },
+       { 402, "IPQ6018" },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)