aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorArun Murthy <arun.murthy@stericsson.com>2010-04-07 11:02:30 +0530
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:44:56 -0600
commitfe4d68b4f745f9285faff5fe4b22139ec9a93f4e (patch)
treefb1aefa526a09412d64a784780ac3d519f9a07ec /arch/arm/mach-ux500/board-mop500.c
parent71c654c0f61b5be42a0f4962d49b29827d027ea6 (diff)
Set ChVolLevel to 4.2v as the battery can be charged upto 4.2v.
WP256692 Signed-off-by: Arun Murthy <arun.murthy@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rwxr-xr-xarch/arm/mach-ux500/board-mop500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index e79efc37871..753dcebb223 100755
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -866,7 +866,7 @@ static struct ab8500_bm_platform_data ab8500_bm_plat_data = {
.name = POWER_SUPPLY_TECHNOLOGY_LION,
.termination_vol = 4200,
.op_cur_lvl = CH_OP_CUR_LVL_0P9,
- .ip_vol_lvl = CH_VOL_LVL_4P1,
+ .ip_vol_lvl = CH_VOL_LVL_4P2,
};
static struct platform_device ab8500_bm_device = {