summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Murthy <arun.murthy@stericsson.com>2011-12-01 12:01:10 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:01:13 +0200
commit4dfe8cf9c9bca22538e82ea1012175ed081d088a (patch)
tree2f701a56c0b47a67bb6e53f7b2bfb8b4eb8e6f2c
parent785d648f9b1734221b9db2c2a8e9b79bfe43117b (diff)
mach-ux500: update the battery capacity
ST-Ericsson Linux next: NA ST-Ericsson ID: 375503 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I89f912270ab7852aa03c944b6ec7794fdb2d03b0 Signed-off-by: Arun Murthy <arun.murthy@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/40449 Reviewed-by: Rabin VINCENT <rabin.vincent@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/board-u5500-bm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-u5500-bm.c b/arch/arm/mach-ux500/board-u5500-bm.c
index 1f54b0d1deb..f7ca803da42 100644
--- a/arch/arm/mach-ux500/board-u5500-bm.c
+++ b/arch/arm/mach-ux500/board-u5500-bm.c
@@ -250,7 +250,7 @@ static const struct abx500_battery_type bat_type[] = {
.resis_high = 70000,
.resis_low = 8200,
.battery_resistance = 300,
- .charge_full_design = 900,
+ .charge_full_design = 1500,
.nominal_voltage = 3600,
.termination_vol = 4150,
.termination_curr = 80,