msm: socinfo: add new variants for MSM8960
Add 8660A, 8260A and 8060A as 8960 variants.
Change-Id: Idda243808e0e694d0b3fe47bb357e21f9ede99c2
Signed-off-by: Jin Hong <jinh@codeaurora.org>
diff --git a/arch/arm/mach-msm/socinfo.c b/arch/arm/mach-msm/socinfo.c
index 9df1a68..206dfd2 100644
--- a/arch/arm/mach-msm/socinfo.c
+++ b/arch/arm/mach-msm/socinfo.c
@@ -216,6 +216,15 @@
/* 8930 IDs */
[116] = MSM_CPU_8930,
+ /* 8660A ID */
+ [122] = MSM_CPU_8960,
+
+ /* 8260A ID */
+ [123] = MSM_CPU_8960,
+
+ /* 8060A ID */
+ [124] = MSM_CPU_8960,
+
/* Uninitialized IDs are not known to run Linux.
MSM_CPU_UNKNOWN is set to 0 to ensure these IDs are
considered as unknown CPU. */