From a9be53c2c40a16db6d03f57f1db87338f4e42e2d Mon Sep 17 00:00:00 2001 From: Vijay Hiremath Date: Wed, 29 Jan 2020 13:42:48 -0800 Subject: intelrvp: Enable PD 3.0 support BUG=b:148528594 BRANCH=none TEST=tglrvp can negotiate with TBT3 docks Change-Id: I180ebb26ad8bb4fbbb0685c16b677ce4cc2608ba Signed-off-by: Vijay Hiremath Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2027754 Reviewed-by: Keith Short --- baseboard/intelrvp/baseboard.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/baseboard/intelrvp/baseboard.h b/baseboard/intelrvp/baseboard.h index b51cc72159..1bdf83b2af 100644 --- a/baseboard/intelrvp/baseboard.h +++ b/baseboard/intelrvp/baseboard.h @@ -70,6 +70,10 @@ #define CONFIG_CHARGE_RAMP_HW #endif +/* Enable USB-PD REV 3.0 */ +#define CONFIG_USB_PD_REV30 +#define CONFIG_USB_PID 0x8086 + /* USB PD config */ #define CONFIG_USB_PD_ALT_MODE #define CONFIG_USB_PD_ALT_MODE_DFP -- cgit v1.2.1