Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcd11126 authored by Srinivas Ramana's avatar Srinivas Ramana
Browse files

soc: qcom: socinfo: Add socinfo for other variants of 8939



Add chip id for the other variants of msm8939.

Change-Id: Ifb6d5257ee9b843aff372e00973a45a8c09687a9
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent db552110
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -455,9 +455,13 @@ static struct msm_soc_info cpu_of_id[] = {

	/* 8936 IDs */
	[233] = {MSM_CPU_8936, "MSM8936"},
	[240] = {MSM_CPU_8936, "APQ8036"},
	[242] = {MSM_CPU_8936, "MSM8236"},

	/* 8939 IDs */
	[239] = {MSM_CPU_8939, "MSM8939"},
	[241] = {MSM_CPU_8939, "APQ8039"},
	[263] = {MSM_CPU_8939, "MSM8239"},

	/* ferrum IDs */
	[245] = {MSM_CPU_FERRUM, "MSMFERRUM"},