mb/google/mancomb: Update HUB_RST_L setting in GPIO

Configure USB HUB_RESET_L gpio to high.

BUG=b:187485847
TEST=Build and boot from USB to OS, check the USB function.

Signed-off-by: Ivy Jian <ivy_jian@compal.corp-partner.google.com>
Change-Id: I94e4806c7463030df31f8d819510f9533a622f2a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54078
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Ivy Jian 2021-05-12 09:58:00 +08:00 committed by Werner Zeh
parent 61908e6be7
commit 2ea6c4e987
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 */
PAD_NF(GPIO_23, AC_PRES, PULL_UP),
/* HUB_RST_L */
PAD_GPO(GPIO_24, LOW),
PAD_GPO(GPIO_24, HIGH),
/* GPIO_25: Not available */
/* TODO: change back to PCIE_RST_L when we figure out why PCIE_RST doesn't go high. */
PAD_GPO(GPIO_26, HIGH),