diff options
Diffstat (limited to 'src/superio/ite/it8786e/acpi')
-rw-r--r-- | src/superio/ite/it8786e/acpi/superio.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/ite/it8786e/acpi/superio.asl b/src/superio/ite/it8786e/acpi/superio.asl index f860da643b..8ea0df1114 100644 --- a/src/superio/ite/it8786e/acpi/superio.asl +++ b/src/superio/ite/it8786e/acpi/superio.asl @@ -70,7 +70,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 (0x02), CONFIGURE_CONTROL, 8, /* Global configure control */ |