diff options
author | Scott Collyer <scollyer@google.com> | 2019-09-05 15:22:01 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2019-10-29 09:23:25 +0000 |
commit | 3f3d25c9b6dc562a7e2a42d7a552eb04391718a2 (patch) | |
tree | 57d6b2ab2f07edad3c3c7ed314a5b54b9371bb4c /board/akemi | |
parent | 6e4478cbb18a0b45df89c89ea931d1bc86df9c1a (diff) | |
download | chrome-ec-3f3d25c9b6dc562a7e2a42d7a552eb04391718a2.tar.gz |
hatch: Enable ANX7447 internal pu/pd on AUX for hatch variants
This CL enables the config option CONFIG_USB_PD_TCPM_ANX7447_AUX_PU_PD
for hatch variants that have the ANX7447 TCPC.
BUG=b:124410548
BRANCH=None
TEST=On hatch, connect external monitor,usb device or CCD cable to
type-c port0. Verifed each worked as expected.
Change-Id: I7cd6ce65dac42dffd41a0f75fc844b634d7d312f
Signed-off-by: Scott Collyer <scollyer@google.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1788333
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Tested-by: Nitin Kolluru <nkolluru@google.com>
Commit-Queue: Scott Collyer <scollyer@chromium.org>
Diffstat (limited to 'board/akemi')
-rw-r--r-- | board/akemi/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/akemi/board.h b/board/akemi/board.h index 23a1e5982b..4dbcb1aaa7 100644 --- a/board/akemi/board.h +++ b/board/akemi/board.h @@ -45,6 +45,7 @@ /* USB Type C and USB PD defines */ #define CONFIG_USB_PD_TCPM_ANX7447 +#define CONFIG_USB_PD_TCPM_ANX7447_AUX_PU_PD #define CONFIG_USB_PD_TCPM_PS8751 #define BOARD_TCPC_C0_RESET_HOLD_DELAY ANX74XX_RESET_HOLD_MS #define BOARD_TCPC_C0_RESET_POST_DELAY ANX74XX_RESET_HOLD_MS |