From 1ce9075f8cae9070bf4228374f2535950d07f00d Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Mon, 10 Apr 2023 14:35:37 -0600 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74333 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/skyrim/dsdt.asl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mainboard/google/skyrim/dsdt.asl b/src/mainboard/google/skyrim/dsdt.asl index 1a4116528f..b55f3ea75b 100644 --- a/src/mainboard/google/skyrim/dsdt.asl +++ b/src/mainboard/google/skyrim/dsdt.asl @@ -14,8 +14,6 @@ DefinitionBlock ( { #include - Name(LIDS, 0) - #include #if CONFIG(FEATURE_DYNAMIC_DPTC) #include