summaryrefslogtreecommitdiff
path: root/board/zinger
diff options
context:
space:
mode:
authorAlec Berg <alecaberg@chromium.org>2015-01-13 18:41:06 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-01-16 18:12:21 +0000
commit7893715cb7ef471002893ed128c241a8e8dfdacb (patch)
treee5c3e1929b2612b6d1991ab3d0294469e3d89866 /board/zinger
parent7627bd21d0b6ed8a176439ab0240b9fb75a903bf (diff)
downloadchrome-ec-7893715cb7ef471002893ed128c241a8e8dfdacb.tar.gz
pd: updates to new connection state machine
More updates to connection state machine. Adds CONFIG option for backwards compatible DFP (used on zinger), and change UFP state machine to debounce CC while VBUS is not present. BUG=chrome-os-partner:33680 BRANCH=samus TEST=load on samus and zinger and connect a bunch of times. also test samus to samus connection. Change-Id: Ia967eb6a17b10aa0c05a30686235fbf8a24e9a7b Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/240587 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'board/zinger')
-rw-r--r--board/zinger/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/zinger/board.h b/board/zinger/board.h
index 8eba23e214..ba1709850b 100644
--- a/board/zinger/board.h
+++ b/board/zinger/board.h
@@ -55,6 +55,7 @@
#define CONFIG_USB_PD_LOG_SIZE 256
#undef CONFIG_USB_PD_RX_COMP_IRQ
#define CONFIG_USB_PD_SIMPLE_DFP
+#define CONFIG_USBC_BACKWARDS_COMPATIBLE_DFP
#undef CONFIG_WATCHDOG_HELP
#undef CONFIG_WATCHDOG_PERIOD_MS
#define CONFIG_WATCHDOG_PERIOD_MS 2300