mb/google/brya/acpi: Fix GPIO assignment for GPIO_GPU_NVVDD_EN
GPIO_GPU_NVVDD_EN is incorrectly (duplicately) assigned to GPP_A19 in power.asl, but a double check of the schematic shows that the actual pad is GPP_A17, so this patch fixes that. Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Change-Id: I4432b50c737508b7e0d595423d614a723d2499c4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65580 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
21b187872e
commit
bebdd4fb8a
|
@ -15,7 +15,7 @@
|
|||
|
||||
#define GPIO_GPU_PERST_L GPP_B3
|
||||
#define GPIO_GPU_ALLRAILS_PG GPP_E5
|
||||
#define GPIO_GPU_NVVDD_EN GPP_A19
|
||||
#define GPIO_GPU_NVVDD_EN GPP_A17
|
||||
|
||||
#define GC6_DEFER_TYPE_EXIT_GC6 3
|
||||
|
||||
|
|
Loading…
Reference in New Issue