mb/google/zork/var/ezkinil: Fix GPIO_86 configuration for bid3

Board version 3 for Ezkinil follows Trembyle reference v3.51
schematics and hence GPIO_86 does not need a variant specific override.

Signed-off-by: Furquan Shaikh <furquan@google.com>
Change-Id: I7e04baad976f94d0d94e7196f0408c3c3237b2da
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42940
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Furquan Shaikh 2020-06-29 20:14:34 -07:00
parent d1998a5f14
commit 587338295d
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ static const struct soc_amd_gpio ezkinil_bid3_gpio_set_stage_ram[] = {
PAD_GPI(GPIO_11, PULL_UP),
/* FPMCU_BOOT0 Change NC */
PAD_GPI(GPIO_69, PULL_UP),
/* MST_GPIO_2 (Fw Update HDMI hub) Change NC */
PAD_GPI(GPIO_86, PULL_UP),
};
const struct soc_amd_gpio *variant_override_gpio_table(size_t *size)