summaryrefslogtreecommitdiff
path: root/board/shuboz
diff options
context:
space:
mode:
authorMichael5 Chen1 <michael5_chen1@pegatron.corp-partner.google.com>2021-04-27 17:59:37 +0800
committerCommit Bot <commit-bot@chromium.org>2021-04-29 05:20:02 +0000
commit49154e4cb9cfcb9aad9b927766f746a1a1e11a4d (patch)
tree74582fe3898365caf131141f0c8a9fd3553e70cc /board/shuboz
parent563a1827793483d275eb3f1937493d7afa6fb7e5 (diff)
downloadchrome-ec-49154e4cb9cfcb9aad9b927766f746a1a1e11a4d.tar.gz
shuboz: Limit PD max current to 3A.
The system heavry load will trigger ACPROCHOT# when PDO select 3.25mA. Limit PD max current to 3A to avoid trigger ACPROCHOT#. BUG=b:182868175 BRANCH=zork TEST=Manual Check ACPROCHOT status when system heavry loading on PDO 3.25mA. Signed-off-by: Michael5 Chen1 <michael5_chen1@pegatron.corp-partner.google.com> Change-Id: Ib363e8f297d24d3d6cf654faf23d364fc2c258fe Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2853089 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'board/shuboz')
-rw-r--r--board/shuboz/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/shuboz/board.h b/board/shuboz/board.h
index 09fef32dd5..6f3457f035 100644
--- a/board/shuboz/board.h
+++ b/board/shuboz/board.h
@@ -21,6 +21,9 @@
#define CONFIG_USB_PD_PORT_MAX_COUNT 2
#define CONFIG_USB_PORT_ENABLE_DYNAMIC
+#undef PD_MAX_CURRENT_MA
+#define PD_MAX_CURRENT_MA 3000
+
#define CONFIG_CHARGER_PROFILE_OVERRIDE
/* USB-A config */