mb/google/brya: Create rull variant
[coreboot2.git] / src / mainboard / system76 / oryp6 / acpi / sleep.asl
blob48c50e075e30a746d68592cd47788b1bc1d3dc88
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* Method called from _PTS prior to enter sleep state */
4 Method (MPTS, 1) {
5         \_SB.PCI0.LPCB.EC0.PTS (Arg0)
8 /* Method called from _WAK prior to wakeup */
9 Method (MWAK, 1) {
10         \_SB.PCI0.LPCB.EC0.WAK (Arg0)