diff options
author | Ting Shen <phoenixshen@google.com> | 2019-07-29 16:36:41 +0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2019-09-09 06:50:36 +0000 |
commit | 1524c164f52acc8cdab918b782c21e2120dcc5f6 (patch) | |
tree | ef702f80757cf97f6a1c12bc65d2f6a069b5739a /board/kukui | |
parent | 60c0372ba770590333f164c4066ee068c6a4f93d (diff) | |
download | chrome-ec-1524c164f52acc8cdab918b782c21e2120dcc5f6.tar.gz |
jacuzzi: enable DP
enable dp on jacuzzi, and add back the dp implementation before
CL:1660524 for all new devices including jacuzzi.
usb_pd_policy now supports two different configs:
- kukui/krane, rev <= 4: no mux (CONFIG_USB_MUX_VIRTUAL defined)
- all new devices: have a real mux
BUG=b:135895590,b:135079572
TEST=attach a usb hub and moniter to the dut,
verify that dp/dp+mux mode and both polarities can detected
correctly
BRANCH=master
Change-Id: I3e4757c97d555a4afb48076fc4785305c96b0a7f
Signed-off-by: Ting Shen <phoenixshen@google.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1723892
Reviewed-by: Ting Shen <phoenixshen@chromium.org>
Commit-Queue: Ting Shen <phoenixshen@chromium.org>
Tested-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/kukui')
-rw-r--r-- | board/kukui/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/kukui/board.h b/board/kukui/board.h index c7d2da1ed9..b86b9d92bf 100644 --- a/board/kukui/board.h +++ b/board/kukui/board.h @@ -24,6 +24,7 @@ #include "baseboard.h" #define CONFIG_USB_MUX_IT5205 +#define CONFIG_USB_MUX_VIRTUAL #define CONFIG_VOLUME_BUTTONS /* Battery */ |