summaryrefslogtreecommitdiff
path: root/board/damu
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2020-04-10 17:04:14 +0800
committerCommit Bot <commit-bot@chromium.org>2020-04-21 05:45:35 +0000
commite114b4e8e509a4a8eaebb167a2747cfaa200006e (patch)
tree910fc54fd603249f2afd0f151c0672f3b02adc40 /board/damu
parentb70615037047cba591a0d409ea6c166b52138e3e (diff)
downloadchrome-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/damu')
-rw-r--r--board/damu/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/damu/board.h b/board/damu/board.h
index 64d0702fa9..898f910752 100644
--- a/board/damu/board.h
+++ b/board/damu/board.h
@@ -103,6 +103,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__