[PATCH v2 3/8] soc: qcom: socinfo: Add socinfo entry for SDM630

From: Konrad Dybcio
Date: Mon Jun 22 2020 - 03:58:12 EST


This patch adds missing soc ID for SDM630.

Signed-off-by: Konrad Dybcio <konradybcio@xxxxxxxxx>
---
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 5983c6ffb078..705f142ee588 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -202,6 +202,7 @@ static const struct soc_id soc_id[] = {
{ 310, "MSM8996AU" },
{ 311, "APQ8096AU" },
{ 312, "APQ8096SG" },
+ { 318, "SDM630" },
{ 321, "SDM845" },
{ 341, "SDA845" },
};
--
2.27.0