From b3edc4f569f67523ec22239d73d39f1eabf26481 Mon Sep 17 00:00:00 2001 From: Pankaj Kumar Date: Thu, 8 Dec 2011 15:40:29 +0530 Subject: [PATCH] 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 Change-Id: I114a0288d94e6a4afca1d0d45feb21cf2ea63665 --- arch/arm/mach-msm/board-msm7x27a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-msm/board-msm7x27a.c b/arch/arm/mach-msm/board-msm7x27a.c index f369c6c2f3a..f9becedfe18 100644 --- a/arch/arm/mach-msm/board-msm7x27a.c +++ b/arch/arm/mach-msm/board-msm7x27a.c @@ -554,7 +554,7 @@ struct bt_vreg_info { }; 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)