From 0c72983da26389460f26b4181e27de5c9ab49e45 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 7 Feb 2025 16:39:03 -0600 Subject: [PATCH] ec/starlabs/merlin: Only include lid switch ACPI when needed Desktop devices don't need and shouldn't define a lid switch. TEST=build/boot starlabs/byte,starlite_adl Change-Id: Iecf3e2558e244cc0bec301a505c0bc86684954aa Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/86322 Tested-by: build bot (Jenkins) Reviewed-by: Sean Rhodes --- src/ec/starlabs/merlin/acpi/ec.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ec/starlabs/merlin/acpi/ec.asl b/src/ec/starlabs/merlin/acpi/ec.asl index f3fdb07334..ae5092772f 100644 --- a/src/ec/starlabs/merlin/acpi/ec.asl +++ b/src/ec/starlabs/merlin/acpi/ec.asl @@ -112,11 +112,11 @@ Scope (\_SB.PCI0.LPCB) #include "ac.asl" #if CONFIG(SYSTEM_TYPE_LAPTOP) || CONFIG(SYSTEM_TYPE_DETACHABLE) #include "battery.asl" + #include "lid.asl" #endif #if !CONFIG(EC_STARLABS_MERLIN) #include "events.asl" #endif - #include "lid.asl" #if CONFIG(SYSTEM_TYPE_DETACHABLE) #include "dock.asl" #endif