summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-10-17 10:34:46 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2011-12-06 10:50:47 +0100
commitf9a51e792c53fe980b4bb757209eea7412de1c68 (patch)
treee37fa809be746d8a0bd9c0acd2d462d7ed326cae
parent7a5c4ec740885346085f45423f1ad5f6557c3d03 (diff)
mach-ux500: power: ab8500_charger: Lower VBUS input current when below threshold
Due to a bug in AB8500 the input current to the VBUS charger needs to be lowered when the battery voltage is below 3,7 V. Otherwise there is a risk that a higher than allowed current is drawn from the USB host. Signed-off-by: Kalle Komierowski <karl.komierowski@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/board-mop500-bm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-bm.c b/arch/arm/mach-ux500/board-mop500-bm.c
index 1d8730408fa..78f20626cab 100644
--- a/arch/arm/mach-ux500/board-mop500-bm.c
+++ b/arch/arm/mach-ux500/board-mop500-bm.c
@@ -326,6 +326,7 @@ static char *ab8500_btemp_supplied_to[] = {
static char *ab8500_fg_supplied_to[] = {
"ab8500_chargalg",
+ "ab8500_usb",
};
static char *ab8500_chargalg_supplied_to[] = {