soc/mediatek/mt8196: Initialize SSPM
[coreboot.git] / src / soc / intel / common / acpi / acpi_wake_source.asl
blobe8478840733024a9283e45451fc8fc6a6621004e
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Scope (\_SB)
5         Method (_SWS)
6         {
7                 /* Index into PM1 for device that caused wake */
8                 Return (\PM1I)
9         }
12 Scope (\_GPE)
14         Method (_SWS)
15         {
16                 /* Index into GPE for device that caused wake */
17                 Return (\GPEI)
18         }