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

Commit 1a85b6d1 authored by Avaneesh Kumar Dwivedi's avatar Avaneesh Kumar Dwivedi
Browse files

drivers: soc: qcom: Update socinfo values for qcs401



Update msm-id as per new provided value from 371 to 372
for qcs401.

Change-Id: Idb2fe428e2b22a6197cf93efc18bdda5af07b90f
Signed-off-by: default avatarAvaneesh Kumar Dwivedi <akdwived@codeaurora.org>
parent 4794aeeb
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -370,7 +370,7 @@ static struct msm_soc_info cpu_of_id[] = {
	[373] = {MSM_CPU_QCS403, "QCS403"},
	[373] = {MSM_CPU_QCS403, "QCS403"},


	/* qcs401 ID */
	/* qcs401 ID */
	[371] = {MSM_CPU_QCS401, "QCS401"},
	[372] = {MSM_CPU_QCS401, "QCS401"},


	/* sdxprairie ID */
	/* sdxprairie ID */
	[357] = {SDX_CPU_SDXPRAIRIE, "SDXPRAIRIE"},
	[357] = {SDX_CPU_SDXPRAIRIE, "SDXPRAIRIE"},
@@ -1323,7 +1323,7 @@ static void * __init setup_dummy_socinfo(void)
		strlcpy(dummy_socinfo.build_id, "qcs403 - ",
		strlcpy(dummy_socinfo.build_id, "qcs403 - ",
		sizeof(dummy_socinfo.build_id));
		sizeof(dummy_socinfo.build_id));
	} else if (early_machine_is_qcs401()) {
	} else if (early_machine_is_qcs401()) {
		dummy_socinfo.id = 371;
		dummy_socinfo.id = 372;
		strlcpy(dummy_socinfo.build_id, "qcs401 - ",
		strlcpy(dummy_socinfo.build_id, "qcs401 - ",
		sizeof(dummy_socinfo.build_id));
		sizeof(dummy_socinfo.build_id));
	} else if (early_machine_is_sdxprairie()) {
	} else if (early_machine_is_sdxprairie()) {