mb/google/volteer/variants/collis: Redefine GPIO_EC_IN_RW to GPP_F17

Redefine GPIO_EC_IN_RW to GPP_F17

BUG=b:193091165
BRANCH=firmware-volteer-13672.B
TEST=verify FAFT firmware_DevMode Pass

Signed-off-by: FrankChu <frank_chu@pegatron.corp-partner.google.com>
Change-Id: I24f4803dc99ef3fc78852241f3a9e86ec70293d9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56302
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Zhuohao Lee <zhuohao@google.com>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
This commit is contained in:
FrankChu 2021-07-14 18:37:13 +08:00 committed by Nick Vaccaro
parent f1e8e7f148
commit a1b5a6295c
1 changed files with 4 additions and 0 deletions

View File

@ -12,4 +12,8 @@
#define GPIO_MEM_CONFIG_2 GPP_C14
#define GPIO_MEM_CONFIG_3 GPP_D15
#undef GPIO_EC_IN_RW
/* EC in RW */
#define GPIO_EC_IN_RW GPP_F17
#endif