mb/google/skyrim/var/baseboard: Update gpio setting for touchscreen IRQ

The touchscreen IRQ has been configured as LEVEL_LOW in skyrim projects.
Therefore, update the gpio.c to be consistent with the configuration.

BUG=b:253506651, b:251367588
BRANCH=None
TEST=FW_NAME=frostflow emerge-skyrim coreboot

Signed-off-by: Frank Wu <frank_wu@compal.corp-partner.google.com>
Change-Id: Iccfe5b01f10899c43151762e4730a05990afa602
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68638
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Chao Gui <chaogui@google.com>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
This commit is contained in:
Frank Wu 2022-10-21 10:32:30 +08:00 committed by Martin L Roth
parent 7bbc9a512a
commit c9043411b3
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ static const struct soc_amd_gpio base_gpio_table[] = {
/* AC_PRES */ /* AC_PRES */
PAD_NF(GPIO_23, AC_PRES, PULL_UP), PAD_NF(GPIO_23, AC_PRES, PULL_UP),
/* SOC_FP_INT_L */ /* SOC_FP_INT_L */
PAD_SCI(GPIO_24, PULL_NONE, EDGE_LOW), PAD_SCI(GPIO_24, PULL_NONE, LEVEL_LOW),
/* GPIO_25: Not available */ /* GPIO_25: Not available */
/* PCIE_RST0_L */ /* PCIE_RST0_L */
PAD_NFO(GPIO_26, PCIE_RST0_L, HIGH), PAD_NFO(GPIO_26, PCIE_RST0_L, HIGH),