diff options
author | Abe Levkoy <alevkoy@chromium.org> | 2021-01-13 17:00:32 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-01-22 05:00:49 +0000 |
commit | 94dd77896d8729a5456e3fa61c258c9415c0c246 (patch) | |
tree | eeb474ba920876c77ee9ee6e600adbea1fe9cb16 /board/malefor | |
parent | c5caae72ddbf106660bb82b463b5027d1ad0e880 (diff) | |
download | chrome-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/malefor')
-rw-r--r-- | board/malefor/board.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/malefor/board.h b/board/malefor/board.h index 12f7422c3a..93a8733c55 100644 --- a/board/malefor/board.h +++ b/board/malefor/board.h @@ -49,7 +49,6 @@ #define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */ #define PD_POWER_SUPPLY_TURN_OFF_DELAY 30000 /* us */ -#define CONFIG_USBC_VCONN_SWAP_DELAY_US 5000 /* us */ /* * SN5S30 PPC supports up to 24V VBUS source and sink, however passive USB-C |