mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
samus: change battery charging current sense resistor value
Correct battery current sense resistor is 5m-ohms. BUG=none BRANCH=none TEST=Still having charging problems, but this should be a little better. Change-Id: I54f664a3efa3b3afdc46c2329467cb97ad02a301 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/200751 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
committed by
chrome-internal-fetch
parent
f7403b11e2
commit
478361de69
@@ -36,7 +36,7 @@
|
||||
#define CONFIG_CHARGER_BQ24773
|
||||
#define CONFIG_CHARGER_ILIM_PIN_DISABLED
|
||||
/* FIXME(crosbug.com/p/28721): determine correct values for these */
|
||||
#define CONFIG_CHARGER_SENSE_RESISTOR 10
|
||||
#define CONFIG_CHARGER_SENSE_RESISTOR 5
|
||||
#define CONFIG_CHARGER_SENSE_RESISTOR_AC 10
|
||||
/* FIXME(crosbug.com/p/24461): determine correct values for this */
|
||||
#define CONFIG_CHARGER_INPUT_CURRENT 2000
|
||||
|
||||
Reference in New Issue
Block a user