diff options
author | Devin Lu <Devin.Lu@quantatw.com> | 2020-07-09 09:23:15 +0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2020-07-10 03:46:45 +0000 |
commit | df2e38d3a169c1493c1abc7719294d9bd1083ff2 (patch) | |
tree | 6227c7a39ce37eab9d59d2b3092d8a36ae3c388c /board/puff/board.h | |
parent | bd3fe2f7c9a8ba0168d862f81749e7c82d44f89b (diff) | |
download | chrome-ec-df2e38d3a169c1493c1abc7719294d9bd1083ff2.tar.gz |
puff: add pull up Rp to 3A
BUG=none
BRANCH=none
TEST=Verify current can up to 3A after attached usbc dock.
Signed-off-by: Devin Lu <Devin.Lu@quantatw.com>
Change-Id: I52a346c600ce464733d0523d4ae950378b429ba8
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2289331
Reviewed-by: Andrew McRae <amcrae@chromium.org>
Diffstat (limited to 'board/puff/board.h')
-rw-r--r-- | board/puff/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/puff/board.h b/board/puff/board.h index 55f3acca1a..10f5d526ab 100644 --- a/board/puff/board.h +++ b/board/puff/board.h @@ -144,6 +144,7 @@ #define CONFIG_USB_PD_DISCHARGE_PPC #define CONFIG_USB_PD_DUAL_ROLE #define CONFIG_USB_PD_LOGGING +#define CONFIG_USB_PD_MAX_SINGLE_SOURCE_CURRENT TYPEC_RP_3A0 #define CONFIG_USB_PD_PORT_MAX_COUNT 1 #define CONFIG_USB_PD_VBUS_DETECT_PPC #define CONFIG_USBC_PPC_SN5S330 |