diff mbox series

soc: qcom: socinfo: Add SM6350 and SM7225

Message ID 20211213081111.20217-1-luca.weiss@fairphone.com (mailing list archive)
State Accepted
Headers show
Series soc: qcom: socinfo: Add SM6350 and SM7225 | expand

Commit Message

Luca Weiss Dec. 13, 2021, 8:11 a.m. UTC
Both SoCs are known as 'lagoon' downstream. Add their ids to the socinfo
driver.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 drivers/soc/qcom/socinfo.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Bjorn Andersson Dec. 15, 2021, 10:27 p.m. UTC | #1
On Mon, 13 Dec 2021 09:11:11 +0100, Luca Weiss wrote:
> Both SoCs are known as 'lagoon' downstream. Add their ids to the socinfo
> driver.
> 
> 

Applied, thanks!

[1/1] soc: qcom: socinfo: Add SM6350 and SM7225
      commit: 22e8f8dcb7a88f2167607a52542f2f1bb6f53559

Best regards,
diff mbox series

Patch

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 9a0eb59405e8..f41aa142c207 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -313,8 +313,10 @@  static const struct soc_id soc_id[] = {
 	{ 421, "IPQ6000" },
 	{ 422, "IPQ6010" },
 	{ 425, "SC7180" },
+	{ 434, "SM6350" },
 	{ 453, "IPQ6005" },
 	{ 455, "QRB5165" },
+	{ 459, "SM7225" },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)