msm: board-msm7x27a: Udpate regulator voltage shared by AR6003 WIFI Chip.
AR6003 Wifi chip requires 3.3V for its operation. Also the
regulator used by this chip is shared with BT. Hence voltage
level needs update to support this chip.
Signed-off-by: Pankaj Kumar <pakuma@codeaurora.org>
Change-Id: I114a0288d94e6a4afca1d0d45feb21cf2ea63665
diff --git a/arch/arm/mach-msm/board-msm7x27a.c b/arch/arm/mach-msm/board-msm7x27a.c
index f369c6c..f9beced 100644
--- a/arch/arm/mach-msm/board-msm7x27a.c
+++ b/arch/arm/mach-msm/board-msm7x27a.c
@@ -554,7 +554,7 @@
};
static struct bt_vreg_info bt_vregs[] = {
{"msme1", 2, 1800000, 1800000, 0, NULL},
- {"bt", 21, 2900000, 3050000, 1, NULL}
+ {"bt", 21, 2900000, 3300000, 1, NULL}
};
static int bahama_bt(int on)