summaryrefslogtreecommitdiff
path: root/board/kakadu/board.c
diff options
context:
space:
mode:
authorScott Chao <scott.chao@bitland.corp-partner.google.com>2020-05-13 14:35:40 +0800
committerCommit Bot <commit-bot@chromium.org>2020-05-14 13:51:07 +0000
commitc6534cc428cc6d58ed4417a74752d84c7747e700 (patch)
tree5d15a5274d96ed7a28771eada6a0b718d4b9df73 /board/kakadu/board.c
parent5a0d616bbe7969bc18ab02856051e09899b21011 (diff)
downloadchrome-ec-c6534cc428cc6d58ed4417a74752d84c7747e700.tar.gz
kakadu: modify charger and gauge parameter to reduce charging time
After power team experiment, change those parameter can reduce charging time. BUG=b:156398259 BRANCH=kukui TEST=make -j BOARD=kakadu TEST=make buildall Signed-off-by: Scott Chao <scott.chao@bitland.corp-partner.google.com> Change-Id: I636ac4608e7af4afcc8d1adbadeead75d3e6c3b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2198815 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/kakadu/board.c')
-rw-r--r--board/kakadu/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/kakadu/board.c b/board/kakadu/board.c
index d6d50f8f3a..6a362b9a36 100644
--- a/board/kakadu/board.c
+++ b/board/kakadu/board.c
@@ -101,7 +101,7 @@ const struct tcpc_config_t tcpc_config[CONFIG_USB_PD_PORT_MAX_COUNT] = {
};
struct mt6370_thermal_bound thermal_bound = {
- .target = 80,
+ .target = 90,
.err = 4,
};
@@ -118,7 +118,7 @@ static void board_hpd_update(const struct usb_mux *me,
__override const struct rt946x_init_setting *board_rt946x_init_setting(void)
{
static const struct rt946x_init_setting battery_init_setting = {
- .eoc_current = 140,
+ .eoc_current = 500,
.mivr = 4000,
.ircmp_vclamp = 32,
.ircmp_res = 25,