summaryrefslogtreecommitdiff
path: root/common/usb_pd_policy.c
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2020-02-10 16:40:33 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-12 20:05:29 +0000
commite34464e92cc0d13e1fc4a7647897bf534be52444 (patch)
treef2180d32ae821c1fbbcd711829941f8a5c353e47 /common/usb_pd_policy.c
parent50b268bc67c1c73d81eafaa46dc7cab75c335e41 (diff)
downloadchrome-ec-e34464e92cc0d13e1fc4a7647897bf534be52444.tar.gz
TCPMv1/v2: Move pd_usb_billboard_deferred() to common file
BUG=b:148528713 BRANCH=none TEST=make buildall -j Change-Id: I92e7ed06a610126ff80ec91047962e3e9ba2cde1 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2051215 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'common/usb_pd_policy.c')
-rw-r--r--common/usb_pd_policy.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/common/usb_pd_policy.c b/common/usb_pd_policy.c
index a9beba9f1b..e2e6ed3b42 100644
--- a/common/usb_pd_policy.c
+++ b/common/usb_pd_policy.c
@@ -1183,23 +1183,6 @@ int pd_svdm(int port, int cnt, uint32_t *payload, uint32_t **rpayload,
#endif /* CONFIG_USB_PD_ALT_MODE */
-static void pd_usb_billboard_deferred(void)
-{
-#if defined(CONFIG_USB_PD_ALT_MODE) && !defined(CONFIG_USB_PD_ALT_MODE_DFP) \
- && !defined(CONFIG_USB_PD_SIMPLE_DFP) && defined(CONFIG_USB_BOS)
-
- /*
- * TODO(tbroch)
- * 1. Will we have multiple type-C port UFPs
- * 2. Will there be other modes applicable to DFPs besides DP
- */
- if (!pd_alt_mode(0, USB_SID_DISPLAYPORT))
- usb_connect();
-
-#endif
-}
-DECLARE_DEFERRED(pd_usb_billboard_deferred);
-
#define FW_RW_END (CONFIG_EC_WRITABLE_STORAGE_OFF + \
CONFIG_RW_STORAGE_OFF + CONFIG_RW_SIZE)