summaryrefslogtreecommitdiff
path: root/board/fizz/board.h
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2017-12-05 15:30:03 -0800
committerchrome-bot <chrome-bot@chromium.org>2017-12-06 14:28:57 -0800
commitd990be3fb2aa803c1c95283d3c316a95c4d25042 (patch)
treecd0582c1b8234df3cd601c4ee43f9a8a0c062bb5 /board/fizz/board.h
parentd757f9bf3b4799b97c57db50ea56735a5b4bcdd1 (diff)
downloadchrome-ec-d990be3fb2aa803c1c95283d3c316a95c4d25042.tar.gz
Fizz: Set PD max power to 100W
This patch sets the max PD power to 100W. It means if all devices (chager, cable, Fizz) agree, the system can draw upto 100W from a type-c charger. BUG=b:70239357 BRANCH=none TEST=Boot Fizz with Apple 87W charger and verify chgsup comamnd prints 86W (20V, 4.3A). Boot Fizz with Zinger and verify chgsup command prints 60W (20V, 3.0A). Change-Id: I74885c5655f570a91eea49660d537d4f9338356c Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/810004 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'board/fizz/board.h')
-rw-r--r--board/fizz/board.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/board/fizz/board.h b/board/fizz/board.h
index 270c5aa3b8..a38df4927c 100644
--- a/board/fizz/board.h
+++ b/board/fizz/board.h
@@ -234,9 +234,8 @@ enum mft_channel {
/* Define typical operating power and max power */
#define PD_OPERATING_POWER_MW 15000
-#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_POWER_MW 100000
+#define PD_MAX_CURRENT_MA 5000
#define PD_MAX_VOLTAGE_MV 20000
/* Board specific handlers */