diff --git a/src/mainboard/system76/galp5/acpi/sleep.asl b/src/mainboard/system76/galp5/acpi/sleep.asl index cd8ffefa38..0d1a9daac3 100644 --- a/src/mainboard/system76/galp5/acpi/sleep.asl +++ b/src/mainboard/system76/galp5/acpi/sleep.asl @@ -5,7 +5,7 @@ Method (MPTS, 1) { \_SB.PCI0.LPCB.EC0.PTS (Arg0) // Turn DGPU on before sleeping - \_SB.PCI0.PEGP.DEV0._ON() + //TODO \_SB.PCI0.PEGP.DEV0._ON() } /* Method called from _WAK prior to wakeup */