msm: 8064: Add socinfo id for MPQ8064.

MPQ8064 is treated as a variation of APQ8064. The
macro cpu_is_apq8064() will still return true for
this new socinfo id.

Change-Id: I76af7b750c7263af27e9578c18a815a438274cb5
Signed-off-by: Joel King <joelking@codeaurora.org>
diff --git a/arch/arm/mach-msm/socinfo.c b/arch/arm/mach-msm/socinfo.c
index 0ec88d5..a1bf280 100644
--- a/arch/arm/mach-msm/socinfo.c
+++ b/arch/arm/mach-msm/socinfo.c
@@ -218,6 +218,7 @@
 
 	/* 8064 IDs */
 	[109] = MSM_CPU_8064,
+	[130] = MSM_CPU_8064,
 
 	/* 8930 IDs */
 	[116] = MSM_CPU_8930,