Skip to content

Commit

Permalink
power: s5pc110_battery: reduce recovery temperature
Browse files Browse the repository at this point in the history
Samsung's hardware engineers consider 42C the safest
maximum temperature for restarting charging.

Signed-off-by: Simon Wilson <simonwilson@google.com>
  • Loading branch information
Simon Wilson committed Dec 8, 2010
1 parent 823d8f3 commit ae480c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/power/s5pc110_battery.c
Expand Up @@ -75,7 +75,7 @@
#define ATTACH_TA 2

#define HIGH_BLOCK_TEMP 500
#define HIGH_RECOVER_TEMP 450
#define HIGH_RECOVER_TEMP 420
#define LOW_BLOCK_TEMP 0
#define LOW_RECOVER_TEMP 20

Expand Down

0 comments on commit ae480c7

Please sign in to comment.