x86: acpi: Put sleepstates.asl to the common place

The supported sleep states are generic on Intel processors. Move the
ASL definition to the common place.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Bin Meng 2017-10-18 18:21:00 -07:00
parent dc80d3b230
commit 411898dc87
4 changed files with 2 additions and 12 deletions

View File

@ -36,4 +36,4 @@ Scope (\_SB)
}
/* Chipset specific sleep states */
#include "sleepstates.asl"
#include <asm/acpi/sleepstates.asl>

View File

@ -33,4 +33,4 @@ Scope (\_SB)
}
/* Chipset specific sleep states */
#include "sleepstates.asl"
#include <asm/acpi/sleepstates.asl>

View File

@ -1,10 +0,0 @@
/*
* Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
Name(\_S0, Package() {0x0, 0x0, 0x0, 0x0})
Name(\_S3, Package() {0x5, 0x0, 0x0, 0x0})
Name(\_S4, Package() {0x6, 0x0, 0x0, 0x0})
Name(\_S5, Package() {0x7, 0x0, 0x0, 0x0})