All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] soc: qcom: socinfo: add qrb5165 SoC ID
@ 2020-12-22 13:04 Dmitry Baryshkov
  2020-12-22 13:04 ` [PATCH 2/3] soc: qcom: socinfo: add several PMIC IDs Dmitry Baryshkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2020-12-22 13:04 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson; +Cc: linux-arm-msm

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.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 b44ede48decc..cbd59937aac5 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -228,6 +228,7 @@ static const struct soc_id soc_id[] = {
 	{ 356, "SM8250" },
 	{ 402, "IPQ6018" },
 	{ 425, "SC7180" },
+	{ 455, "QRB5165" },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)
-- 
2.29.2


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

end of thread, other threads:[~2021-01-15 15:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-22 13:04 [PATCH 1/3] soc: qcom: socinfo: add qrb5165 SoC ID Dmitry Baryshkov
2020-12-22 13:04 ` [PATCH 2/3] soc: qcom: socinfo: add several PMIC IDs Dmitry Baryshkov
2020-12-22 13:04 ` [PATCH 3/3] soc: qcom: socinfo: add info from PMIC models array Dmitry Baryshkov
2021-01-15 15:00 ` [PATCH 1/3] soc: qcom: socinfo: add qrb5165 SoC ID patchwork-bot+linux-arm-msm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.