Attention is currently required from: Reka Norman. Hello Reka Norman,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/61497
to review the following change.
Change subject: mb/google/brya: Implement variant_cros_gpios() for nissa baseboard ......................................................................
mb/google/brya: Implement variant_cros_gpios() for nissa baseboard
BUG=b:197479026 TEST=Build test nivviks and nereid
Signed-off-by: Reka Norman rekanorman@google.com Change-Id: Ib49164cf51965228c65c6566b0711ae690b6cb50 --- M src/mainboard/google/brya/variants/baseboard/nissa/gpio.c 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/61497/1
diff --git a/src/mainboard/google/brya/variants/baseboard/nissa/gpio.c b/src/mainboard/google/brya/variants/baseboard/nissa/gpio.c index 9d4f5a6..8a3ea0e 100644 --- a/src/mainboard/google/brya/variants/baseboard/nissa/gpio.c +++ b/src/mainboard/google/brya/variants/baseboard/nissa/gpio.c @@ -429,7 +429,8 @@ }
static const struct cros_gpio cros_gpios[] = { - /* TODO */ + CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL, CROS_GPIO_DEVICE_NAME), + CROS_GPIO_WP_AH(GPIO_PCH_WP, CROS_GPIO_DEVICE_NAME), };
const struct cros_gpio *__weak variant_cros_gpios(size_t *num)