diff options
author | Ting Shen <phoenixshen@google.com> | 2020-04-10 17:04:14 +0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2020-04-21 05:45:35 +0000 |
commit | e114b4e8e509a4a8eaebb167a2747cfaa200006e (patch) | |
tree | 910fc54fd603249f2afd0f151c0672f3b02adc40 /board/jacuzzi | |
parent | b70615037047cba591a0d409ea6c166b52138e3e (diff) | |
download | chrome-ec-e114b4e8e509a4a8eaebb167a2747cfaa200006e.tar.gz |
jacuzzi: enable 3A sourcing
According to the hw requirement, Jacuzzi should be able to provide 5V/3A
when it's not providing power on any other port.
BUG=b:153699375
TEST=1. Connect juniper to another chromebook
2. in ec console, `pd 0 dualrole source` to force juniper sourcing
power
3. make sure another device is receiving 5V/3A.
BRANCH=kukui
Signed-off-by: Ting Shen <phoenixshen@google.com>
Change-Id: I3f1b95d3a63b15828b4ea860c32fe2a638593f2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2145128
Tested-by: Ting Shen <phoenixshen@chromium.org>
Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
Commit-Queue: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/jacuzzi')
-rw-r--r-- | board/jacuzzi/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/jacuzzi/board.h b/board/jacuzzi/board.h index b903b3edb7..f1d145d385 100644 --- a/board/jacuzzi/board.h +++ b/board/jacuzzi/board.h @@ -106,6 +106,7 @@ #define CONFIG_TABLET_MODE_SWITCH #define PD_OPERATING_POWER_MW 30000 +#define CONFIG_USB_PD_MAX_SINGLE_SOURCE_CURRENT TYPEC_RP_3A0 #ifndef __ASSEMBLER__ |