From 251212fb9dea6d95a8caa43ec9eeb210abfa2df8 Mon Sep 17 00:00:00 2001 From: Shawn Nematbakhsh Date: Thu, 12 Oct 2017 08:21:41 -0700 Subject: pd: Remove ACCESSORY states According to the USB-C spec, when a debug accessory is identified, we may optionally establish USB PD communication over CC. Some DTS partners (eg. servo_v4) expect us to speak PD, so let's make it so. There is no need for special ACCESSORY states, these do not exist in the PD spec. BRANCH=servo BUG=chromium:737755,b:65837068 TEST=On scarlet, attach servo_v4 and verify scarlet charges. Also verify EC and cr50 consoles are available through servo_v4. Change-Id: I59d1ca50b4766509eccf38562cdf926578138585 Signed-off-by: Shawn Nematbakhsh Reviewed-on: https://chromium-review.googlesource.com/693294 Commit-Ready: Shawn N Tested-by: Shawn N Reviewed-by: Vincent Palatin --- board/coral/board.h | 1 - 1 file changed, 1 deletion(-) (limited to 'board/coral') diff --git a/board/coral/board.h b/board/coral/board.h index 53c32632c5..5472fbbb68 100644 --- a/board/coral/board.h +++ b/board/coral/board.h @@ -76,7 +76,6 @@ #define CONFIG_TABLET_MODE /* USB PD config */ -#define CONFIG_CASE_CLOSED_DEBUG_EXTERNAL #define CONFIG_CMD_PD_CONTROL #define CONFIG_USB_PD_ALT_MODE #define CONFIG_USB_PD_ALT_MODE_DFP -- cgit v1.2.1