cfl/cml/whl mainboards: Drop superfluous cpu_cluster device
[coreboot.git] / src / mainboard / intel / dcp847ske / acpi / platform.asl
blobcf4dc792c2fa21fe4197ebf8fc3872d1ed13f454
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /*
4  * The _PTS method (Prepare To Sleep) is called before the OS is
5  * entering a sleep state. The sleep state number is passed in Arg0
6  */
7 Method(_WAK,1)
9         Return(Package(){0,0})
12 /* The _WAK method is called on system wakeup */
13 Method(_PTS,1)