board-msm7627a-io: vote for correct regulator on maxtouch controller

Vote for LDO12 for Atmel maxtouch controller with proper
voltage range.

Change-Id: I173e85ab17c3623bd3e865a08b3339e97aa28c0f
CRs-fixed: 354203
Signed-off-by: Mohan Pallaka <mpallaka@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm7627a-io.c b/arch/arm/mach-msm/board-msm7627a-io.c
index 8a2f53a..69cab80 100644
--- a/arch/arm/mach-msm/board-msm7627a-io.c
+++ b/arch/arm/mach-msm/board-msm7627a-io.c
@@ -394,7 +394,7 @@
 #endif
 
 static struct regulator_bulk_data regs_atmel[] = {
-	{ .supply = "ldo2",  .min_uV = 2850000, .max_uV = 2850000 },
+	{ .supply = "ldo12", .min_uV = 2700000, .max_uV = 3300000 },
 	{ .supply = "smps3", .min_uV = 1800000, .max_uV = 1800000 },
 };