sio/acpi/pnp.asl: Replace Not(a) with ASL 2.0 syntax

Change-Id: Icbd2ab736b9fc3300ee82896c31b373fe92e1d54
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71509
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes Haouas 2022-12-25 08:14:39 +01:00 committed by Felix Singer
parent e007893a8e
commit cfdd488440
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
/* Disable power saving mode */
#define PNP_GENERIC_PS0(PM_REG, PM_VAL, PM_LDN) \
ENTER_CONFIG_MODE (PM_LDN)\
PM_REG = Not(PM_VAL) \
PM_REG = ~PM_VAL \
EXIT_CONFIG_MODE ()
/* Enable power saving mode */