diff options
-rw-r--r-- | src/mainboard/google/brya/acpi/power.asl | 3 |
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 a384297010..f2bcacb121 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 { |