Skip to content

Commit a555b38

Browse files
z3ntuandersson
authored andcommitted
soc: qcom: socinfo: Sort out 8974PRO names
MSM8974PRO is commonly used for referring to Snapdragon 801, compared to MSM8974 which is Snapdragon 800. The Snapdragon 801 has three variants with different clock speeds, with the -AA, -AB and -AC suffix. Adjust the names in socinfo to reflect this. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220415195449.617040-1-luca@z3ntu.xyz
1 parent 5f9e72a commit a555b38

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

drivers/soc/qcom/socinfo.c

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -236,24 +236,24 @@ static const struct soc_id soc_id[] = {
236236
{ 184, "APQ8074" },
237237
{ 185, "MSM8274" },
238238
{ 186, "MSM8674" },
239-
{ 194, "MSM8974PRO" },
239+
{ 194, "MSM8974PRO-AC" },
240240
{ 198, "MSM8126" },
241241
{ 199, "APQ8026" },
242242
{ 200, "MSM8926" },
243243
{ 205, "MSM8326" },
244244
{ 206, "MSM8916" },
245245
{ 207, "MSM8994" },
246-
{ 208, "APQ8074-AA" },
247-
{ 209, "APQ8074-AB" },
248-
{ 210, "APQ8074PRO" },
249-
{ 211, "MSM8274-AA" },
250-
{ 212, "MSM8274-AB" },
251-
{ 213, "MSM8274PRO" },
252-
{ 214, "MSM8674-AA" },
253-
{ 215, "MSM8674-AB" },
254-
{ 216, "MSM8674PRO" },
255-
{ 217, "MSM8974-AA" },
256-
{ 218, "MSM8974-AB" },
246+
{ 208, "APQ8074PRO-AA" },
247+
{ 209, "APQ8074PRO-AB" },
248+
{ 210, "APQ8074PRO-AC" },
249+
{ 211, "MSM8274PRO-AA" },
250+
{ 212, "MSM8274PRO-AB" },
251+
{ 213, "MSM8274PRO-AC" },
252+
{ 214, "MSM8674PRO-AA" },
253+
{ 215, "MSM8674PRO-AB" },
254+
{ 216, "MSM8674PRO-AC" },
255+
{ 217, "MSM8974PRO-AA" },
256+
{ 218, "MSM8974PRO-AB" },
257257
{ 219, "APQ8028" },
258258
{ 220, "MSM8128" },
259259
{ 221, "MSM8228" },

0 commit comments

Comments
 (0)