From c87c1abffbeb69af78d08452b194013cf01ee6ee Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 25 Dec 2022 16:25:06 +0100 Subject: tree/acpi: Replace Not(a) with ASL 2.0 syntax Replace `Not (a)` with `~a`. Change-Id: I53993fb7b46b3614d18ee001323f17efacbf04c1 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/71513 Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) --- src/ec/quanta/it8518/acpi/ec.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ec/quanta/it8518') diff --git a/src/ec/quanta/it8518/acpi/ec.asl b/src/ec/quanta/it8518/acpi/ec.asl index 38c579899f..b05b3c7ad0 100644 --- a/src/ec/quanta/it8518/acpi/ec.asl +++ b/src/ec/quanta/it8518/acpi/ec.asl @@ -547,7 +547,7 @@ Device (EC0) \PWRS = ACPW // Initialize LID switch state - \LIDS = NOT(HPLD) + \LIDS = ~HPLD // Enable OS control of fan speed // TODO FCOS = One -- cgit v1.2.3