diff options
author | Tarun Tuli <taruntuli@google.com> | 2022-09-29 13:07:15 +0000 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-02 22:03:49 +0000 |
commit | 7af2b65e67412bc6089244302e599699d84b16ac (patch) | |
tree | d8bc1f60ae455d7da08681812e8ee3b6db47438b /src/mainboard/google/brya/variants/agah | |
parent | 801f4cd9511c30aea94feebd78c724e23035f117 (diff) |
mb/google/brya/var/agah: Update NVVDD VR PGOOD GPP_E3
This pin was originally set as output in error. This should be
a input to behave like GPP_E16 on the older variants.
BUG=b:239721380
TEST=build
Signed-off-by: Tarun Tuli <taruntuli@google.com>
Change-Id: Ic0f793ff52adb425ae5378b88d2837bb9e58edd2
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67288
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/agah')
-rw-r--r-- | src/mainboard/google/brya/variants/agah/variant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/agah/variant.c b/src/mainboard/google/brya/variants/agah/variant.c index 95125225e3..247913e39d 100644 --- a/src/mainboard/google/brya/variants/agah/variant.c +++ b/src/mainboard/google/brya/variants/agah/variant.c @@ -155,7 +155,7 @@ void variant_init(void) gpu_off_seq[3].pwr_en_gpio = GPP_E10; } else { const struct pad_config board_rev_3_gpios[] = { - PAD_CFG_GPO(GPP_E3, 0, PLTRST), + PAD_CFG_GPI(GPP_E3, NONE, PLTRST), PAD_NC(GPP_E10, NONE), PAD_NC(GPP_E16, NONE), PAD_CFG_GPO(GPP_F12, 0, PLTRST), |