mb/google/zork: Keep USI_RST asserted in ramstage
This change keeps USI_RST(GPIO_140) asserted in ramstage since it gets deasserted by OS using ACPI methods. BUG=b:160854397 Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: I8feced788e471a0efb2358d42b2146df04fb7a0c Reviewed-on: https://review.coreboot.org/c/coreboot/+/43461 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
19a2a2db7e
commit
eb912ed9ad
|
@ -166,7 +166,7 @@ static const struct soc_amd_gpio gpio_set_stage_ram[] = {
|
|||
/* DEV_BEEP_BCLK */
|
||||
PAD_GPI(GPIO_139, PULL_NONE),
|
||||
/* USI_RESET */
|
||||
PAD_GPO(GPIO_140, LOW),
|
||||
PAD_GPO(GPIO_140, HIGH),
|
||||
/* USB_HUB_RST_L */
|
||||
PAD_GPO(GPIO_141, HIGH),
|
||||
/* BT_DISABLE */
|
||||
|
|
|
@ -158,7 +158,7 @@ static const struct soc_amd_gpio gpio_set_stage_ram[] = {
|
|||
/* DEV_BEEP_BCLK */
|
||||
PAD_GPI(GPIO_139, PULL_NONE),
|
||||
/* USI_RESET */
|
||||
PAD_GPO(GPIO_140, LOW),
|
||||
PAD_GPO(GPIO_140, HIGH),
|
||||
/* UART1_RXD - FPMCU */
|
||||
PAD_NF(GPIO_141, UART1_RXD, PULL_NONE),
|
||||
/* UART1_TXD - FPMCU */
|
||||
|
|
Loading…
Reference in New Issue