summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2021-12-21 11:02:19 +0800
committerCommit Bot <commit-bot@chromium.org>2021-12-24 03:49:15 +0000
commitf2bef959f0a733b8c7d30e285d10c480ae9fad11 (patch)
treec36fc28082e59377e5bf56d85040e049d5c29baa
parent87b813304d2b41598c8858d6a3922bf83375d5ab (diff)
downloadchrome-ec-f2bef959f0a733b8c7d30e285d10c480ae9fad11.tar.gz
vell: Increase PPC high-voltage path current limit
Vell is using a 100W adapter. This patch increases PPC high-voltage current limit to 5.5A BUG=b:211826141 BRANCH=none TEST=On Vell. Charging and make sure USBC port is not over current. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I1308bbe0df8e2ef5c397fa91eb0ce2174492a11f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3350373 Reviewed-by: caveh jalali <caveh@chromium.org>
-rw-r--r--board/vell/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/vell/board.h b/board/vell/board.h
index 494d17ccaa..2b31bce8fe 100644
--- a/board/vell/board.h
+++ b/board/vell/board.h
@@ -61,7 +61,10 @@
#define CONFIG_USBC_RETIMER_INTEL_BB
#define CONFIG_USBC_PPC_SYV682X
+/* TODO: b/211791444 - Remove it after compile error fixed */
#define CONFIG_USBC_PPC_NX20P3483
+#undef CONFIG_SYV682X_HV_ILIM
+#define CONFIG_SYV682X_HV_ILIM SYV682X_HV_ILIM_5_50
/* TODO: b/177608416 - measure and check these values on brya */
#define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */