From 1f0710427b951e2ae638c23cfe9da9047792bd26 Mon Sep 17 00:00:00 2001 From: Keith Short Date: Thu, 23 Jan 2020 17:40:46 -0700 Subject: Volteer: move USB product ID to baseboard The selected ID has been properly allocated in http://google3/hardware/standards/usb/ BUG=b:140578872 BRANCH=none TEST=make buildall Change-Id: I718050fbf6db2a205cd0d76796ab57e72606b28b Signed-off-by: Keith Short Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2018464 Reviewed-by: Abe Levkoy Reviewed-by: Daisuke Nojiri --- baseboard/volteer/baseboard.h | 7 +++++++ board/volteer/board.h | 8 -------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/baseboard/volteer/baseboard.h b/baseboard/volteer/baseboard.h index ff41a49ab4..12c87fc35c 100644 --- a/baseboard/volteer/baseboard.h +++ b/baseboard/volteer/baseboard.h @@ -185,6 +185,13 @@ /* Enabling Thunderbolt-compatible mode */ #define CONFIG_USB_PD_TBT_COMPAT_MODE +/* + * USB ID + * This is allocated specifically for Volteer + * http://google3/hardware/standards/usb/ + */ +#define CONFIG_USB_PID 0x503E + /* TODO: b/144165680 - measure and check these values on Volteer */ #define PD_POWER_SUPPLY_TURN_ON_DELAY 30000 /* us */ #define PD_POWER_SUPPLY_TURN_OFF_DELAY 30000 /* us */ diff --git a/board/volteer/board.h b/board/volteer/board.h index cfdc48b36d..5cfecc6eeb 100644 --- a/board/volteer/board.h +++ b/board/volteer/board.h @@ -16,14 +16,6 @@ #define CONFIG_POWER_BUTTON -/* - * USB ID - * TODO(b/140578872): Figure out what volteer's is. - * This is allocated specifically for Zork:Trembyle - * http://google3/hardware/standards/usb/ - */ -#define CONFIG_USB_PID 0x503E - #undef CONFIG_UART_TX_BUF_SIZE #define CONFIG_UART_TX_BUF_SIZE 4096 -- cgit v1.2.1