From 6ed9b65ae38977118f0d5f02d6f5c61da23c5f24 Mon Sep 17 00:00:00 2001 From: Abe Levkoy Date: Thu, 17 Sep 2020 15:11:15 -0600 Subject: 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 Change-Id: If0d8d0dd544c06114f355dcf281b2841a8397aee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2417348 Reviewed-by: Keith Short --- board/delbin/board.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/delbin') 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 /* -- cgit v1.2.1