Fizz: Set proper max power

This patch raises the max power for a type-c adapter to 60W (20V @3A).
We can't go above the regular cable capacity (3A) until we add e-marked
cable detection.

BUG=none
BRANCH=none
TEST=Boot Proto3 on Zinger. Observe 60W (20V @3A) is selected.

Change-Id: I9670d710e363c7db1136a7ce7a7f8401b0ad8240
Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/679210
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
Daisuke Nojiri
2017-09-22 10:53:26 -07:00
committed by chrome-bot
parent dc8a8767fa
commit 06f068a29c

View File

@@ -222,7 +222,8 @@ enum pwm_channel {
/* Define typical operating power and max power */
#define PD_OPERATING_POWER_MW 15000
#define PD_MAX_POWER_MW 45000
#define PD_MAX_POWER_MW 60000
/* We can't go above the cable capacity until we add e-marked cable detection */
#define PD_MAX_CURRENT_MA 3000
#define PD_MAX_VOLTAGE_MV 20000