summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/brya/acpi/power.asl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/acpi/power.asl b/src/mainboard/google/brya/acpi/power.asl
index a38429701071..f2bcacb121df 100644
--- a/src/mainboard/google/brya/acpi/power.asl
+++ b/src/mainboard/google/brya/acpi/power.asl
@@ -338,6 +338,7 @@ Method (NPON, 0, Serialized)
/* Handle deferred GC6 vs. poweroff request */
Method (NPOF, 0, Serialized)
{
+ /* Don't touch the `DFEN` flag until the GC6 exit. */
If (DFEN == GC6_DEFER_ENABLE)
{
/* Deferred GC6 entry */
@@ -345,8 +346,6 @@ Method (NPOF, 0, Serialized)
{
GC6I ()
}
-
- DFEN = GC6_DEFER_DISABLE
}
Else
{