[PATCH] soc: qcom: socinfo: add soc id for IPQ6018

From: Kathiravan T
Date: Mon Aug 17 2020 - 02:31:36 EST


Add the SoC ID for IPQ6018 variant.

Signed-off-by: Kathiravan T <kathirav@xxxxxxxxxxxxxx>
---
[V2]:
- Rebased on v5.9-rc1

drivers/soc/qcom/socinfo.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index e19102f46302..2b28667e1c66 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -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)
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation