summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNancy Chen <Nancy.Chen@freescale.com>2010-11-11 13:38:30 -0600
committerScott Sweeny <scott.sweeny@timesys.com>2011-01-19 11:50:24 -0500
commitbe4b08a6653417daa7404bc205bcbceca1280e06 (patch)
tree7d2b35aa84639146489b12b875b0b38f4bc77631
parent3f1cd69829e62965e378196bbcbdfd0c8c9cd3ce (diff)
ENGR00133626 MX51: Enable battery charger on i.MX51 babbage
MX51: Enable battery charger on i.MX51 babbage. The issue that board would be damaged if a battery was not connected was fixed on MC13892 version 2.0 Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
-rw-r--r--drivers/mxc/pmic/mc13892/pmic_battery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/pmic/mc13892/pmic_battery.c b/drivers/mxc/pmic/mc13892/pmic_battery.c
index 6518072dfa59..246bd2731ee4 100644
--- a/drivers/mxc/pmic/mc13892/pmic_battery.c
+++ b/drivers/mxc/pmic/mc13892/pmic_battery.c
@@ -680,7 +680,7 @@ static int pmic_battery_probe(struct platform_device *pdev)
pr_debug("Battery driver is only applied for MC13892 V2.0\n");
return -1;
}
- if (machine_is_mx51_babbage() || machine_is_mx50_arm2()) {
+ if (machine_is_mx50_arm2()) {
pr_debug("mc13892 charger is not used for this platform\n");
return -1;
}