From d2be5dd424dffd8ce6d7b9e5970e242e8006e350 Mon Sep 17 00:00:00 2001 From: Arun KS Date: Tue, 30 Oct 2018 11:02:11 +0530 Subject: [PATCH] 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 --- drivers/soc/qcom/socinfo.c | 1 + 1 file changed, 1 insertion(+) 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"},