diff options
author | Kalle Komierowski <karl.komierowski@stericsson.com> | 2011-10-04 13:51:16 +0200 |
---|---|---|
committer | Jonas ABERG <jonas.aberg@stericsson.com> | 2011-10-05 15:56:15 +0200 |
commit | 740f2feb1829d7164e509ea8fd19ea64aa102c01 (patch) | |
tree | 40a1fecd9a1293c91d34c4193ff693a89c6eb9d4 | |
parent | ce572d564ae1fcbf6b7202a5588ee4b14328a37f (diff) |
arm: mach-ux500: Lower the upper battery temperature limitsu8500-android-2.3_v4.9
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.c | 4 |
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, |