kevin: Change PD max power to 40W.

BUG=b:35647696
BRANCH=gru
TEST=Flash kevin.  Plug in 60W charger like zinger.  Verify that charge
limit is set to 2000mA @ 20V.  Verify that we still pull 3A @ 5V using
guppy.

Change-Id: Iaaa681fc0cf9ab8a371b8b69bc5dcc065a42d461
Signed-off-by: Aseda Aboagye <aaboagye@google.com>
Reviewed-on: https://chromium-review.googlesource.com/557501
Commit-Ready: Shawn N <shawnn@chromium.org>
Tested-by: Shawn N <shawnn@chromium.org>
Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
This commit is contained in:
Aseda Aboagye
2017-04-06 13:03:06 -07:00
committed by chrome-bot
parent 1ce98319dd
commit a1fd89e2d7

View File

@@ -148,7 +148,13 @@
#endif
#define PD_OPERATING_POWER_MW 15000
/* Kevin board accommodate 40W input charge current */
#ifdef BOARD_KEVIN
#define PD_MAX_POWER_MW 40000
#else
/* 60W for Gru */
#define PD_MAX_POWER_MW 60000
#endif
#define PD_MAX_CURRENT_MA 3000
#define PD_MAX_VOLTAGE_MV 20000