From 007af4251fe83326d581d158910ecff12059dbfe Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 3 Nov 2019 14:31:35 +0100 Subject: superio/*/*/acpi: Improve the readability of the IndexField Change-Id: I64fdcbcbbd54334c1c551bc1346c6000ea82c97d Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/36598 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/superio/nuvoton/nct5539d/acpi/superio.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/superio/nuvoton/nct5539d') diff --git a/src/superio/nuvoton/nct5539d/acpi/superio.asl b/src/superio/nuvoton/nct5539d/acpi/superio.asl index e259b0146d..ce43a77c54 100644 --- a/src/superio/nuvoton/nct5539d/acpi/superio.asl +++ b/src/superio/nuvoton/nct5539d/acpi/superio.asl @@ -57,7 +57,7 @@ Device(SUPERIO_DEV) { PNP_ADDR_REG, 8, PNP_DATA_REG, 8, } - IndexField (ADDR, DATA, ByteAcc, NoLock, Preserve) + IndexField (PNP_ADDR_REG, PNP_DATA_REG, ByteAcc, NoLock, Preserve) { Offset (0x07), PNP_LOGICAL_DEVICE, 8, /* Logical device selector */ -- cgit v1.2.3