From e114b4e8e509a4a8eaebb167a2747cfaa200006e Mon Sep 17 00:00:00 2001 From: Ting Shen Date: Fri, 10 Apr 2020 17:04:14 +0800 Subject: 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 Change-Id: I3f1b95d3a63b15828b4ea860c32fe2a638593f2b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2145128 Tested-by: Ting Shen Reviewed-by: Eric Yilun Lin Commit-Queue: Ting Shen --- board/damu/board.h | 1 + 1 file changed, 1 insertion(+) (limited to 'board/damu') 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__ -- cgit v1.2.1