From 4a7d481180a2a96e9b14aed3ba29ccbf882aefe8 Mon Sep 17 00:00:00 2001 From: Tarun Tuli Date: Wed, 7 Jun 2023 21:13:02 +0000 Subject: [PATCH] mb/google/brya/acpi: Turn NV12 enable signal off on GCOFF entry Properly shutdown NV12 rail in the off sequence (current implementation leaves it asserted). BUG=b:286287940 TEST=NV12 now shuts down on GCOFF entry Change-Id: I7d338fc4a96f119617aff558413a5a9ac44c27d7 Signed-off-by: Tarun Tuli Reviewed-on: https://review.coreboot.org/c/coreboot/+/75533 Reviewed-by: Eran Mitrani Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Nick Vaccaro --- src/mainboard/google/brya/acpi/power.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/acpi/power.asl b/src/mainboard/google/brya/acpi/power.asl index c4a84954f2..5638e18332 100644 --- a/src/mainboard/google/brya/acpi/power.asl +++ b/src/mainboard/google/brya/acpi/power.asl @@ -312,7 +312,7 @@ Method (PGOF, 0, Serialized) GPPL (GPIO_1V8_PG, 0, 20) /* Ramp down 1.2V rail on boards with support */ - STXS (GPIO_NV12_PWR_EN) + CTXS (GPIO_NV12_PWR_EN) GPPL (GPIO_NV12_PG, 0, 5) GCOT = Timer