summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Komierowski <karl.komierowski@stericsson.com>2011-10-04 13:51:16 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 08:50:53 +0100
commitae15dba9ecd35cf99af669ddcc4134a40bb27b82 (patch)
tree6a8c5bc319e7aa77d85e449b22fa446feef48824
parent8b37b2a5abf2090bb324f20e2aeda12fce3d9727 (diff)
arm: mach-ux500: Lower the upper battery temperature limits
This is to make it easier to test the temperature limits during battery charging. Customers will change the values to their own preferences. ST-Ericsson ID: 341012 ST-Ericsson Linux next: Not tested ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I4b6078a82816876d49eccc8c892e7ea2487939a1 Signed-off-by: Kalle Komierowski <karl.komierowski@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32955 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/board-mop500-bm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-bm.c b/arch/arm/mach-ux500/board-mop500-bm.c
index 78f20626cab..91fb887d4f5 100644
--- a/arch/arm/mach-ux500/board-mop500-bm.c
+++ b/arch/arm/mach-ux500/board-mop500-bm.c
@@ -391,8 +391,8 @@ static const struct ab8500_bm_charger_parameters chg = {
struct ab8500_bm_data ab8500_bm_data = {
.temp_under = 3,
.temp_low = 8,
- .temp_high = 55,
- .temp_over = 60,
+ .temp_high = 43,
+ .temp_over = 48,
.main_safety_tmr_h = 4,
.temp_interval_chg = 20,
.temp_interval_nochg = 120,