summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@google.com>2019-02-20 16:41:50 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-03-06 06:51:02 -0800
commitb559bd558a357afd29ba4898d22374b3b2050f02 (patch)
tree90af65de7784ef9e4dde0e89091e94ac1c6aecfb
parent50af447ed6ac7efb2776f97d6cb6920776272b29 (diff)
downloadchrome-ec-b559bd558a357afd29ba4898d22374b3b2050f02.tar.gz
cr50: add closed loop reset property to mistral
BUG=b:123544145 BRANCH=cr50 TEST=make buildall -j Change-Id: I39309c73957f0698b573342880a083d14077519f Signed-off-by: Mary Ruthven <mruthven@google.com> Reviewed-on: https://chromium-review.googlesource.com/1480712 Commit-Ready: Mary Ruthven <mruthven@chromium.org> Tested-by: Mary Ruthven <mruthven@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
-rw-r--r--board/cr50/board.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index b65526c78c..7603453d92 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -257,7 +257,8 @@ static struct board_cfg board_cfg_table[] = {
{
.strap_cfg = 0x0B,
.board_properties = BOARD_SLAVE_CONFIG_SPI |
- BOARD_USE_PLT_RESET | BOARD_NO_INA_SUPPORT,
+ BOARD_USE_PLT_RESET | BOARD_NO_INA_SUPPORT |
+ BOARD_CLOSED_LOOP_RESET,
},
/* I2C Variants: DIOA9 = 1M PD, DIOA1 = 1M PD */
/* Reef/Eve: DIOA12 = 5k PD, DIOA6 = 1M PU */