mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
soc: qcom: socinfo: add soc id for IPQ6018
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>
This commit is contained in:
parent
9123e3a74e
commit
7303fbd2f0
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue