summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2011-04-15 11:20:00 +0800
committerAnson Huang <b20788@freescale.com>2011-04-15 11:23:33 +0800
commit86b07293f72c02b6caf8fc91ebe2d1a68d6ba57c (patch)
tree07cc2fa40bc50b3b909096824156f625ba84beed
parentd5136c265fc35f4d5d130cdd5bce21aaa4315b41 (diff)
ENGR00142167 [MX50]MC34708 battery driver
Current charging point number should be 1, unless Sometimes system will hang if ADC reading battery voltage > 4.2V. Signed-off-by: Anson Huang <b20788@freescale.com>
-rw-r--r--drivers/mxc/pmic/mc34708/mc34708_battery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/pmic/mc34708/mc34708_battery.c b/drivers/mxc/pmic/mc34708/mc34708_battery.c
index 55dd7d058a1a..e36a224f9d1f 100644
--- a/drivers/mxc/pmic/mc34708/mc34708_battery.c
+++ b/drivers/mxc/pmic/mc34708/mc34708_battery.c
@@ -162,7 +162,7 @@ static struct mc34708_charger_config ripley_charge_config = {
.lowBattThreshold = 3100000,
.toppingOffMicroAmp = 50000, /* 50mA */
.chargingPoints = ripley_charger_setting_point,
- .pointsNumber = 3,
+ .pointsNumber = 1,
};
static int dump_ripley_register(int reg);