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 <taruntuli@google.com> Change-Id: Ic2a53103e1feadd7ecebd4bed02dcc34410b8e3b Reviewed-on: https://review.coreboot.org/c/coreboot/+/74693 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
This commit is contained in:
parent
8120cb4166
commit
7971e7940c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue