summaryrefslogtreecommitdiff
path: root/chip/it83xx/espi.c
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2021-06-03 00:12:24 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-04 22:27:37 +0000
commit15d41792a1f4d24a64ed4ebcaa809a48978ff385 (patch)
tree409d19c8aa38e9b28ae831446b7bdcdc408365ac /chip/it83xx/espi.c
parent670b3eabd0929557f3213ea199744d38914c2a99 (diff)
downloadchrome-ec-15d41792a1f4d24a64ed4ebcaa809a48978ff385.tar.gz
COIL: espi: replace VW_SLAVE_BTLD_STATUS_DONE with VW_PERIPHERAL_BTLD_STATUS_DONE
This replaces VW_SLAVE_BTLD_STATUS_DONE with VW_PERIPHERAL_BTLD_STATUS_DONE. BRANCH=none BUG=b:163885307 TEST=buildall, compare_build.sh pass Change-Id: I0b8c71fa7e590dc89357e22aafce0b67717af183 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2938041 Reviewed-by: Harry Cutts <hcutts@chromium.org> Commit-Queue: Harry Cutts <hcutts@chromium.org>
Diffstat (limited to 'chip/it83xx/espi.c')
-rw-r--r--chip/it83xx/espi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/it83xx/espi.c b/chip/it83xx/espi.c
index 8c81561712..d5ec41cab7 100644
--- a/chip/it83xx/espi.c
+++ b/chip/it83xx/espi.c
@@ -111,7 +111,7 @@ static const struct vw_channel_t vw_channel_list[] = {
ESPI_SYSTEM_EVENT_VW_IDX_5,
VW_LEVEL_FIELD(VW_IDX_5_NON_FATAL),
VW_VALID_FIELD(VW_IDX_5_NON_FATAL)),
- VW_CHAN(VW_SLAVE_BTLD_STATUS_DONE,
+ VW_CHAN(VW_PERIPHERAL_BTLD_STATUS_DONE,
ESPI_SYSTEM_EVENT_VW_IDX_5,
VW_LEVEL_FIELD(VW_IDX_5_BTLD_STATUS_DONE),
VW_VALID_FIELD(VW_IDX_5_BTLD_STATUS_DONE)),