diff options
author | Abe Levkoy <alevkoy@chromium.org> | 2020-09-17 15:11:15 -0600 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2020-09-18 19:07:36 +0000 |
commit | 6ed9b65ae38977118f0d5f02d6f5c61da23c5f24 (patch) | |
tree | 1218414fc433747824058239b3ce7efa8ee382d8 /board/delbin | |
parent | 6f137ef733489c4de18d0d72b6015c97ef71c848 (diff) | |
download | chrome-ec-6ed9b65ae38977118f0d5f02d6f5c61da23c5f24.tar.gz |
volteer: Move USB PID to board files
Add TODOs to update variants boards.
BUG=none
TEST=make buildall
BRANCH=none
Signed-off-by: Abe Levkoy <alevkoy@chromium.org>
Change-Id: If0d8d0dd544c06114f355dcf281b2841a8397aee
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2417348
Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'board/delbin')
-rw-r--r-- | board/delbin/board.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/delbin/board.h b/board/delbin/board.h index 7b94edf039..a2b80aad0c 100644 --- a/board/delbin/board.h +++ b/board/delbin/board.h @@ -53,6 +53,8 @@ #define CONFIG_LID_ANGLE_SENSOR_LID LID_ACCEL /* USB Type C and USB PD defines */ +/* TODO(b/168827128): Don't use Volteer PID. */ +#define CONFIG_USB_PID 0x503E #define CONFIG_USB_PD_PORT_MAX_COUNT 2 /* |