diff options
author | Nancy Chen <Nancy.Chen@freescale.com> | 2010-11-11 13:38:30 -0600 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2010-12-13 16:10:46 -0500 |
commit | c5637f833326d65ed9c66feca51021a5070b7980 (patch) | |
tree | 7d2b35aa84639146489b12b875b0b38f4bc77631 | |
parent | cf0bcff68db63514e7a43280f548e4d469e35581 (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.c | 2 |
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; } |