mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / mainboard / gigabyte / ga-945gcm-s2l / acpi / platform.asl
blobbbee0a2787f4bb85c0088752525f6d227704687c
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* The _PTS method (Prepare To Sleep) is called before the OS is
4  * entering a sleep state. The sleep state number is passed in Arg0
5  */
7 Method(_PTS,1)
11 /* The _WAK method is called on system wakeup */
13 Method(_WAK,1)
15         Return(Package(){0,0})