summaryrefslogtreecommitdiff
path: root/board/waddledoo
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2021-01-13 17:00:32 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-22 05:00:49 +0000
commit94dd77896d8729a5456e3fa61c258c9415c0c246 (patch)
treeeeb474ba920876c77ee9ee6e600adbea1fe9cb16 /board/waddledoo
parentc5caae72ddbf106660bb82b463b5027d1ad0e880 (diff)
downloadchrome-ec-94dd77896d8729a5456e3fa61c258c9415c0c246.tar.gz
config: Provide default VCONN Swap delay
Almost every relevant board copy-pastes 5000 us. Make that the default and get rid of the redundant definitions. This is the approximate result of this command: find . -type f -name *.h | xargs sed -i -E \ '/#define CONFIG_USBC_VCONN_SWAP_DELAY_US[[:space:]]+5000[[:space:]]/d' BUG=b:144165680 TEST=make buildall BRANCH=none Change-Id: Ife86f9752971abcd7ab5ad5a5e607eb2ccbde2ba Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2628132 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/waddledoo')
-rw-r--r--board/waddledoo/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/waddledoo/board.h b/board/waddledoo/board.h
index acee694928..c286507638 100644
--- a/board/waddledoo/board.h
+++ b/board/waddledoo/board.h
@@ -86,6 +86,7 @@
/* 20% margin added for these timings */
#define PD_POWER_SUPPLY_TURN_ON_DELAY 13080 /* us */
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 16080 /* us */
+#undef CONFIG_USBC_VCONN_SWAP_DELAY_US
#define CONFIG_USBC_VCONN_SWAP_DELAY_US 787 /* us */