soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / mainboard / system76 / oryp5 / acpi / sleep.asl
blobf2b194c422ff1b3a7265f8fc7198d1514b7076b0
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* Method called from _PTS prior to enter sleep state */
4 Method (MPTS, 1)
6         \_SB.PCI0.LPCB.EC0.PTS (Arg0)
9 /* Method called from _WAK prior to wakeup */
10 Method (MWAK, 1)
12         \_SB.PCI0.LPCB.EC0.WAK (Arg0)