public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc: qcom: socinfo: add SC7180 entry to soc_id array
@ 2020-08-13 15:03 Douglas Anderson
  2020-08-13 17:30 ` Stephen Boyd
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Douglas Anderson @ 2020-08-13 15:03 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: saiprakash.ranjan, swboyd, Douglas Anderson, Andy Gross,
	linux-arm-msm, linux-kernel

Add an entry for SC7180 SoC.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

 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..e56eea29615c 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" },
+	{ 425, "SC7180" },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)
-- 
2.28.0.236.gb10cc79966-goog


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-14 20:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-13 15:03 [PATCH] soc: qcom: socinfo: add SC7180 entry to soc_id array Douglas Anderson
2020-08-13 17:30 ` Stephen Boyd
2020-08-14  5:07 ` Sai Prakash Ranjan
2020-09-14 20:17 ` Doug Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox