Skip to content

Commit a32a43e

Browse files
konradybcioandersson
authored andcommitted
soc: qcom: socinfo: Add msm8992/4 and apq8094 SoC IDs
Signed-off-by: Konrad Dybcio <konradybcio@gmail.com> Link: https://lore.kernel.org/r/20200602201229.322578-1-konradybcio@gmail.com Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
1 parent 2bc20f3 commit a32a43e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/soc/qcom/socinfo.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ static const struct soc_id soc_id[] = {
194194
{ 186, "MSM8674" },
195195
{ 194, "MSM8974PRO" },
196196
{ 206, "MSM8916" },
197+
{ 207, "MSM8994" },
197198
{ 208, "APQ8074-AA" },
198199
{ 209, "APQ8074-AB" },
199200
{ 210, "APQ8074PRO" },
@@ -214,6 +215,8 @@ static const struct soc_id soc_id[] = {
214215
{ 248, "MSM8216" },
215216
{ 249, "MSM8116" },
216217
{ 250, "MSM8616" },
218+
{ 251, "MSM8992" },
219+
{ 253, "APQ8094" },
217220
{ 291, "APQ8096" },
218221
{ 305, "MSM8996SG" },
219222
{ 310, "MSM8996AU" },

0 commit comments

Comments
 (0)