From 7971e7940c8f034c0b23723ec7ac520f63d69003 Mon Sep 17 00:00:00 2001 From: Tarun Tuli Date: Wed, 26 Apr 2023 13:44:10 +0000 Subject: [PATCH] mb/google/brya/variants/hades: Correct and swap NV33 signals The signals for the NV33 regulator were swapped (enable and power good). Switch these back to the way they should be: GPIO_NV33_PWR_EN GPP_E1 GPIO_NV33_PG GPP_E2 BUG=b:269371363 TEST=builds Signed-off-by: Tarun Tuli Change-Id: Ic2a53103e1feadd7ecebd4bed02dcc34410b8e3b Reviewed-on: https://review.coreboot.org/c/coreboot/+/74693 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Nick Vaccaro Reviewed-by: Ivy Jian --- src/mainboard/google/brya/acpi/power.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/brya/acpi/power.asl b/src/mainboard/google/brya/acpi/power.asl index 23759f6b36..186b10977f 100644 --- a/src/mainboard/google/brya/acpi/power.asl +++ b/src/mainboard/google/brya/acpi/power.asl @@ -14,8 +14,8 @@ External (\_SB.PCI0.PMC.IPCS, MethodObj) #else #define GPIO_1V8_PWR_EN GPP_E11 -#define GPIO_NV33_PWR_EN GPP_E2 -#define GPIO_NV33_PG GPP_E1 +#define GPIO_NV33_PWR_EN GPP_E1 +#define GPIO_NV33_PG GPP_E2 #endif #define GPIO_1V8_PG GPP_E20