diff options
author | Devin Lu <Devin.Lu@quantatw.com> | 2022-02-09 17:27:03 +0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2022-02-17 04:59:05 +0000 |
commit | b825368db4bda1b5f1415a3b552fb5d8271539c1 (patch) | |
tree | 3b2326a017f96b68e831e447a1b717ee2fdc2ca0 | |
parent | 2714b84f6d73250c5943ae41581fefdb6dafb0e7 (diff) | |
download | chrome-ec-b825368db4bda1b5f1415a3b552fb5d8271539c1.tar.gz |
vell: Change battery/AC current sense value
BUG=b:216391312
BRANCH=none
TEST=On Vell. Battery charging current ramp to 6.4A.
Signed-off-by: Devin Lu <Devin.Lu@quantatw.com>
Change-Id: Ie3805b5214b9ecf977e4911201504376948a9f1c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3450001
Reviewed-by: Boris Mittelberg <bmbm@google.com>
-rw-r--r-- | board/vell/board.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/vell/board.h b/board/vell/board.h index 5d9be9adfa..6adcaafe52 100644 --- a/board/vell/board.h +++ b/board/vell/board.h @@ -165,8 +165,8 @@ /* Charger defines */ #define CONFIG_CHARGER_ISL9241 #define CONFIG_CHARGE_RAMP_SW -#define CONFIG_CHARGER_SENSE_RESISTOR 10 -#define CONFIG_CHARGER_SENSE_RESISTOR_AC 20 +#define CONFIG_CHARGER_SENSE_RESISTOR 5 +#define CONFIG_CHARGER_SENSE_RESISTOR_AC 10 /* Keyboard features */ #define CONFIG_KEYBOARD_FACTORY_TEST |