diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-12-25 16:25:06 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2022-12-26 19:56:04 +0000 |
commit | c87c1abffbeb69af78d08452b194013cf01ee6ee (patch) | |
tree | 378cc9725f7d2e6a9e40b430a057db83b164fb64 /src/ec/quanta/it8518/acpi/ec.asl | |
parent | 25b717ad841502cf1393ae52ea4efbf2d23683fb (diff) |
tree/acpi: Replace Not(a) with ASL 2.0 syntax
Replace `Not (a)` with `~a`.
Change-Id: I53993fb7b46b3614d18ee001323f17efacbf04c1
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71513
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/quanta/it8518/acpi/ec.asl')
-rw-r--r-- | src/ec/quanta/it8518/acpi/ec.asl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |