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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61497 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kangheui Won <khwon@chromium.org>
This commit is contained in:
parent
0d390195a3
commit
de70db137b
|
@ -429,7 +429,8 @@ const struct pad_config *__weak variant_early_gpio_table(size_t *num)
|
|||
}
|
||||
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue