mb/google/skyrim: Remove mainboard LIDS ACPI object
With EC's lid switch implementation, there is no need to maintain the lid switch state in mainboard. Hence remove LIDS ACPI object from mainboard. BUG=None TEST=Build Skyrim BIOS image and boot to OS. Read the lid switch state correctly through /proc/acpi/button/lid/LID0/state. Change-Id: I0f8dc7216337268c421a475f54ee5b28abf33d08 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74333 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
8fc20c4961
commit
1ce9075f8c
|
@ -14,8 +14,6 @@ DefinitionBlock (
|
||||||
{
|
{
|
||||||
#include <acpi/dsdt_top.asl>
|
#include <acpi/dsdt_top.asl>
|
||||||
|
|
||||||
Name(LIDS, 0)
|
|
||||||
|
|
||||||
#include <soc.asl>
|
#include <soc.asl>
|
||||||
#if CONFIG(FEATURE_DYNAMIC_DPTC)
|
#if CONFIG(FEATURE_DYNAMIC_DPTC)
|
||||||
#include <variant/acpi/dtts.asl>
|
#include <variant/acpi/dtts.asl>
|
||||||
|
|
Loading…
Reference in New Issue