diff options
Diffstat (limited to 'src/mainboard/google/brya/acpi/power.asl')
-rw-r--r-- | src/mainboard/google/brya/acpi/power.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/acpi/power.asl b/src/mainboard/google/brya/acpi/power.asl index a51bcaa3e6..7eb31d8f3b 100644 --- a/src/mainboard/google/brya/acpi/power.asl +++ b/src/mainboard/google/brya/acpi/power.asl @@ -140,7 +140,7 @@ Method (GC6I, 0, Serialized) #if CONFIG(BOARD_GOOGLE_AGAH) Sleep (10) #else - Sleep (3) + Sleep (2) #endif /* Deassert EN_PPVAR_GPU_NVVDD */ @@ -290,7 +290,7 @@ Method (PGOF, 0, Serialized) #if CONFIG(BOARD_GOOGLE_AGAH) Sleep (10) #else - Sleep (3) + Sleep (2) #endif /* Ramp down NVVDD */ |