soc: qcom: socinfo: Add socinfo entry for SDM630

This patch adds missing soc ID for SDM630.

Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
Link: https://lore.kernel.org/r/20200622075749.21925-4-konradybcio@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Konrad Dybcio 2020-06-22 09:57:41 +02:00 committed by Bjorn Andersson
parent b3a9e3b962
commit 30dee220c8
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ static const struct soc_id soc_id[] = {
{ 310, "MSM8996AU" },
{ 311, "APQ8096AU" },
{ 312, "APQ8096SG" },
{ 318, "SDM630" },
{ 321, "SDM845" },
{ 341, "SDA845" },
};