diff options
| author | Arun KS <arunks@codeaurora.org> | 2018-10-30 11:02:11 +0530 |
|---|---|---|
| committer | Arun KS <arunks@codeaurora.org> | 2018-10-31 09:57:48 +0530 |
| commit | d2be5dd424dffd8ce6d7b9e5970e242e8006e350 (patch) | |
| tree | 670d4c244fa28fed047701e44ce87522dfe44925 | |
| parent | 0773fb50d426e9b02b812f9941726741273a279f (diff) | |
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>
| -rw-r--r-- | drivers/soc/qcom/socinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 7604affe63a8..b20cf2d65a6a 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -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"}, |
