From cfaf4c7ac88c08165ce4f95a0a20186ea6be7522 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 29 Mar 2020 17:29:48 +0200 Subject: superio/winbond/{w83627hf,w83977tf}: Use macro Change-Id: I3ac8dd2ba089970a18b460769dfc3fabf9395709 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/39907 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/superio/winbond/w83977tf/acpi/superio.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/superio/winbond/w83977tf') diff --git a/src/superio/winbond/w83977tf/acpi/superio.asl b/src/superio/winbond/w83977tf/acpi/superio.asl index c7a62cddd1..0a37ac9908 100644 --- a/src/superio/winbond/w83977tf/acpi/superio.asl +++ b/src/superio/winbond/w83977tf/acpi/superio.asl @@ -74,7 +74,7 @@ IndexField (PNP_ADDR_REG, PNP_DATA_REG, ByteAcc, NoLock, Preserve) /* PM: indicate IPD (Immediate Power Down) bit state as D0/D3 */ Method (_PSC) { - ENTER_CONFIG_MODE (0xFF) + ENTER_CONFIG_MODE (PNP_NO_LDN_CHANGE) Store (IPD, Local0) EXIT_CONFIG_MODE () If (Local0) { Return (3) } -- cgit v1.2.3