From 936b68adf5bce40bc163eaf5b16133dd99958482 Mon Sep 17 00:00:00 2001 From: Samsp_Liu Date: Tue, 11 Aug 2020 13:36:13 +0800 Subject: Halvor: Update Power Parameter This patch makes EC configure power parameters BUG=b:159282888 BRANCH=none TEST=halvor test Change-Id: I3e890218e64811273ef393dcdf56f0eb2d045be6 Signed-off-by: Samsp_Liu Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2348240 Reviewed-by: SamSP Liu Reviewed-by: Keith Short Tested-by: SamSP Liu Commit-Queue: SamSP Liu --- board/halvor/board.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'board/halvor/board.h') diff --git a/board/halvor/board.h b/board/halvor/board.h index 77e36fd060..4867229a4c 100644 --- a/board/halvor/board.h +++ b/board/halvor/board.h @@ -54,7 +54,7 @@ #define USBC_PORT_1_USB3_NUM 2 #define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */ -#define PD_POWER_SUPPLY_TURN_OFF_DELAY 30000 /* us */ +#define PD_POWER_SUPPLY_TURN_OFF_DELAY 250000 /* us */ #define PD_VCONN_SWAP_DELAY 5000 /* us */ /* @@ -62,8 +62,8 @@ * cables only support up to 60W. */ #define PD_OPERATING_POWER_MW 15000 -#define PD_MAX_POWER_MW 60000 -#define PD_MAX_CURRENT_MA 3000 +#define PD_MAX_POWER_MW 65000 +#define PD_MAX_CURRENT_MA 3250 #define PD_MAX_VOLTAGE_MV 20000 /* Enabling Thunderbolt-compatible mode */ -- cgit v1.2.1