2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2016-05-07 14:46:31 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2007-2009 coresystems GmbH
|
|
|
|
* Copyright (C) 2016 Bin Meng <bmeng.cn@gmail.com>
|
|
|
|
*
|
|
|
|
* Modified from coreboot src/soc/intel/baytrail/acpi/sleepstates.asl
|
|
|
|
*/
|
|
|
|
|
2020-09-22 18:44:47 +00:00
|
|
|
Name(\_S0, Package(){0x0,0x0,0x0,0x0})
|
|
|
|
#if !IS_ENABLED(CONFIG_HAVE_ACPI_RESUME)
|
|
|
|
Name(\_S1, Package(){0x1,0x0,0x0,0x0})
|
|
|
|
#else
|
|
|
|
Name(\_S3, Package(){0x5,0x0,0x0,0x0})
|
2017-04-21 14:24:33 +00:00
|
|
|
#endif
|
2020-09-22 18:44:47 +00:00
|
|
|
Name(\_S4, Package(){0x6,0x0,0x0,0x0})
|
|
|
|
Name(\_S5, Package(){0x7,0x0,0x0,0x0})
|