From 1780518e93add009d8015dbcd54e2ef91cca6ba7 Mon Sep 17 00:00:00 2001 From: wen zhang Date: Tue, 16 May 2023 17:16:03 +0800 Subject: screebo: Support 65W PD adapter The default PD config in Zephyr Kconfig is 20V 3A 60W, we change the default config in the project to support 65W. BUG=b:282886007 TEST=screebo can request 20V 3.25A 65W Change-Id: Ifb78559581a0fc9fa2a46238d98f13e157eac92b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4537015 Commit-Queue: wen zhang Reviewed-by: caveh jalali Tested-by: wen zhang Reviewed-by: Mike Lee Reviewed-by: YH Lin --- zephyr/program/rex/screebo/project.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zephyr/program/rex/screebo/project.conf b/zephyr/program/rex/screebo/project.conf index c3ee418874..7d2fbcffd0 100644 --- a/zephyr/program/rex/screebo/project.conf +++ b/zephyr/program/rex/screebo/project.conf @@ -32,3 +32,7 @@ CONFIG_PLATFORM_EC_LID_ANGLE_UPDATE=n CONFIG_PLATFORM_EC_SENSOR_TIGHT_TIMESTAMPS=n CONFIG_PLATFORM_EC_TABLET_MODE=n CONFIG_PLATFORM_EC_TABLET_MODE_SWITCH=n + +# USBC +CONFIG_PLATFORM_EC_PD_MAX_CURRENT_MA=3250 +CONFIG_PLATFORM_EC_PD_MAX_POWER_MW=65000 -- cgit v1.2.1