diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/brya/acpi/power.asl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/acpi/power.asl b/src/mainboard/google/brya/acpi/power.asl index 6f69c89374..2dd8706a8e 100644 --- a/src/mainboard/google/brya/acpi/power.asl +++ b/src/mainboard/google/brya/acpi/power.asl @@ -221,6 +221,7 @@ Method (NPON, 0, Serialized) Else { PGON () + \_SB.PCI0.PEG0.LD23 () } } @@ -239,6 +240,7 @@ Method (NPOF, 0, Serialized) } Else { + \_SB.PCI0.PEG0.DL23 () PGOF () } } |