mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Merge "drivers: soc: qcom: Update socinfo values for qcs401"
This commit is contained in:
commit
ba0ccb0b51
@ -370,7 +370,7 @@ static struct msm_soc_info cpu_of_id[] = {
|
||||
[373] = {MSM_CPU_QCS403, "QCS403"},
|
||||
|
||||
/* qcs401 ID */
|
||||
[371] = {MSM_CPU_QCS401, "QCS401"},
|
||||
[372] = {MSM_CPU_QCS401, "QCS401"},
|
||||
|
||||
/* sdxprairie ID */
|
||||
[357] = {SDX_CPU_SDXPRAIRIE, "SDXPRAIRIE"},
|
||||
@ -1323,7 +1323,7 @@ static void * __init setup_dummy_socinfo(void)
|
||||
strlcpy(dummy_socinfo.build_id, "qcs403 - ",
|
||||
sizeof(dummy_socinfo.build_id));
|
||||
} else if (early_machine_is_qcs401()) {
|
||||
dummy_socinfo.id = 371;
|
||||
dummy_socinfo.id = 372;
|
||||
strlcpy(dummy_socinfo.build_id, "qcs401 - ",
|
||||
sizeof(dummy_socinfo.build_id));
|
||||
} else if (early_machine_is_sdxprairie()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user