diff --git a/src/mainboard/system76/galp5/acpi/mainboard.asl b/src/mainboard/system76/galp5/acpi/mainboard.asl index fe94f92c45..2d3b4b63c5 100644 --- a/src/mainboard/system76/galp5/acpi/mainboard.asl +++ b/src/mainboard/system76/galp5/acpi/mainboard.asl @@ -1,7 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +/*TODO: TGL-U not yet supported #include "../gpio.h" #include +*/ #define EC_GPE_SCI 0x6E #define EC_GPE_SWI 0x6B diff --git a/src/mainboard/system76/galp5/acpi/sleep.asl b/src/mainboard/system76/galp5/acpi/sleep.asl index cd8ffefa38..46392550b8 100644 --- a/src/mainboard/system76/galp5/acpi/sleep.asl +++ b/src/mainboard/system76/galp5/acpi/sleep.asl @@ -4,8 +4,10 @@ Method (MPTS, 1) { \_SB.PCI0.LPCB.EC0.PTS (Arg0) +/*TODO: TGL-U not yet supported // Turn DGPU on before sleeping \_SB.PCI0.PEGP.DEV0._ON() +*/ } /* Method called from _WAK prior to wakeup */ diff --git a/src/mainboard/system76/galp5/gpio.h b/src/mainboard/system76/galp5/gpio.h index f3c4fce9d8..d87e63dd46 100644 --- a/src/mainboard/system76/galp5/gpio.h +++ b/src/mainboard/system76/galp5/gpio.h @@ -413,10 +413,8 @@ static const struct pad_config gpio_table[] = { PAD_NC(GPP_T2, NONE), // NC PAD_NC(GPP_T3, NONE), - // DGPU_RST#_PCH - PAD_CFG_TERM_GPO(GPP_U4, 1, NONE, DEEP), - // DGPU_PWR_EN - PAD_CFG_TERM_GPO(GPP_U5, 1, NONE, DEEP), + // DGPU_RST#_PCH - handled in bootblock.c + // DGPU_PWR_EN - handled in bootblock.c }; #endif