soc: qcom: socinfo: Add support for APQ8096A
Add CPU ID to the socinfo table needed to support APQ8096A Automotive SoC. Change-Id: I621faa171c867b36fa541961772a841333917861 Signed-off-by: Arun KS <arunks@codeaurora.org>
This commit is contained in:
parent
0773fb50d4
commit
d2be5dd424
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ static struct msm_soc_info cpu_of_id[] = {
|
|||
[312] = {MSM_CPU_8996, "APQ8096pro"},
|
||||
[315] = {MSM_CPU_8996, "MSM8996pro"},
|
||||
[316] = {MSM_CPU_8996, "APQ8096pro"},
|
||||
[387] = {MSM_CPU_8996, "APQ8096A"},
|
||||
|
||||
/* 8976 ID */
|
||||
[266] = {MSM_CPU_8976, "MSM8976"},
|
||||
|
|
Loading…
Add table
Reference in a new issue