summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2021-03-25 00:05:38 +0800
committerCommit Bot <commit-bot@chromium.org>2021-03-25 17:51:45 +0000
commit2526c93f83d135b04c456bf7bb4589a1c30e1256 (patch)
tree70a7d7f94f67bc7cafd325d115fde6e09a26795b /include
parent969a996a88eacbafaf0dc2622c573e49889be64d (diff)
downloadchrome-ec-2526c93f83d135b04c456bf7bb4589a1c30e1256.tar.gz
Revert "ps8815: delete CONFIG_USB_PD_TCPM_PS8815_FORCE_DID"
This reverts commit e2761c8be4571adcfc425a9187290872ffa9d02d. In order to support the old TCPC chip which bcd revision is smaller than 0x7, we need to bring back the CONFIG_USB_PD_TCPM_PS8815_FORCE_DID and force the TCPC firmware be updated in the factory line. BUG=b:177251013, b:159289062, b:182018599, b:178978970 BRANCH=firmware-volteer-13672.B TEST=the old TCPC chip can update its firmware. Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Change-Id: I66d12aee569137cc7823a186e3251ca8b187e767 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2784327 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index fa82fc5242..7e0e277c78 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4452,6 +4452,12 @@
#undef CONFIG_USB_PD_TCPM_ANX7447_AUX_PU_PD
/*
+ * Use this to override the TCPCI Device ID value to be 0x0002 for
+ * chip rev A1. Early A1 firmware misreports the DID as 0x0001.
+ */
+#undef CONFIG_USB_PD_TCPM_PS8815_FORCE_DID
+
+/*
* Use this option if the TCPC port controller supports the optional register
* 18h CONFIG_STANDARD_OUTPUT to steer the high-speed muxes.
*/