From: Kathiravan T Date: Mon, 17 Aug 2020 06:30:30 +0000 (+0530) Subject: soc: qcom: socinfo: add soc id for IPQ6018 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7303fbd2f07e529becfe6c22bd95978009f7bda3;p=linux.git soc: qcom: socinfo: add soc id for IPQ6018 Add the SoC ID for IPQ6018 variant. Signed-off-by: Kathiravan T Link: https://lore.kernel.org/r/1597645830-30409-1-git-send-email-kathirav@codeaurora.org Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index e19102f463027..2b28667e1c66a 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)