]> asedeno.scripts.mit.edu Git - linux.git/commit
power: supply: bq24190_charger: Fix irq trigger to IRQF_TRIGGER_FALLING
authorLiam Breck <liam@networkimprov.net>
Wed, 18 Jan 2017 17:26:48 +0000 (09:26 -0800)
committerSebastian Reichel <sre@kernel.org>
Fri, 20 Jan 2017 11:42:37 +0000 (12:42 +0100)
commit767eee362fd72bb2ca44cc80419ca4b38c6d8369
treef26fe6c3bc6d7f47b1562fc25a6289b1fb781c48
parent51962a359cdcea82b298810e52953ec59ed74427
power: supply: bq24190_charger: Fix irq trigger to IRQF_TRIGGER_FALLING

The interrupt signal is TRIGGER_FALLING. This is is specified in the
data sheet PIN FUNCTIONS: "The INT pin sends active low, 256us
pulse to host to report charger device status and fault."

Also the direction can be seen in the data sheet Figure 37 "BQ24190
with D+/D- Detection and USB On-The-Go (OTG)" which shows a 10k
pull-up resistor installed for the sample configurations.

Fixes: d7bf353fd0aa3 ("bq24190_charger: Add support for TI BQ24190 Battery Charger")
Signed-off-by: Liam Breck <kernel@networkimprov.net>
Acked-by: Mark Greer <mgreer@animalcreek.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/supply/bq24190_charger.c