summaryrefslogtreecommitdiff
path: root/board/servo_v4p1/board.c
diff options
context:
space:
mode:
authorSam Hurst <shurst@google.com>2020-05-26 10:26:40 -0700
committerCommit Bot <commit-bot@chromium.org>2020-07-30 07:40:10 +0000
commit484f7178604701655ef1a144aaa7465016ad4fc1 (patch)
treecb58cdb71a375195693cc0d0ee9fb2ede97d864b /board/servo_v4p1/board.c
parent5fdbcffa491b4965d94dec5f77638cb05e7ae7cc (diff)
downloadchrome-ec-484f7178604701655ef1a144aaa7465016ad4fc1.tar.gz
servo_v4p1: Add BC1.2 functionality
This functionality is available in both RO and RW. BRANCH=none BUG=b:146793000 TEST=make -j buildall Signed-off-by: Sam Hurst <shurst@google.com> Change-Id: Ia442010e7721553a7e155442e32f24ffbf5c4d70 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2216405 Reviewed-by: Brian Nemec <bnemec@chromium.org>
Diffstat (limited to 'board/servo_v4p1/board.c')
-rw-r--r--board/servo_v4p1/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/servo_v4p1/board.c b/board/servo_v4p1/board.c
index acd797e69a..6148358aff 100644
--- a/board/servo_v4p1/board.c
+++ b/board/servo_v4p1/board.c
@@ -19,6 +19,7 @@
#include "ina231s.h"
#include "ioexpanders.h"
#include "pathsel.h"
+#include "pi3usb9201.h"
#include "queue_policies.h"
#include "registers.h"
#include "spi.h"
@@ -392,6 +393,7 @@ static void board_init(void)
init_ioexpanders();
init_dacs();
init_tusb1064(1);
+ init_pi3usb9201();
/* Clear BBRAM, we don't want any PD state carried over on reset. */
system_set_bbram(SYSTEM_BBRAM_IDX_PD0, 0);