From 461f2a9ba08ce0f3c7ef97f466deaa6ac7c14e25 Mon Sep 17 00:00:00 2001 From: Ivy Jian Date: Wed, 23 Nov 2022 11:50:26 +0800 Subject: mb/google/rex: Adding cros_gpios to rex Adding cros_gpios for crossystem to access WP GPIO BUG=b:258048687 TEST= run FAFT firmware_WriteProtect passed. Signed-off-by: Ivy Jian Change-Id: Ieac1df805c6399aefdc13aae136630d496aacd58 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69924 Reviewed-by: Eric Lai Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/mainboard/google/rex/variants/rex0/gpio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/rex/variants/rex0/gpio.c') diff --git a/src/mainboard/google/rex/variants/rex0/gpio.c b/src/mainboard/google/rex/variants/rex0/gpio.c index d8450ee4df1d..ecda8bf1e70e 100644 --- a/src/mainboard/google/rex/variants/rex0/gpio.c +++ b/src/mainboard/google/rex/variants/rex0/gpio.c @@ -493,6 +493,7 @@ const struct pad_config *variant_romstage_gpio_table(size_t *num) } static const struct cros_gpio cros_gpios[] = { + CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL, CROS_GPIO_DEVICE_NAME), CROS_GPIO_WP_AH(GPIO_PCH_WP, CROS_GPIO_DEVICE_NAME), }; -- cgit v1.2.3