aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/braswell/acpi/lpc.asl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/braswell/acpi/lpc.asl b/src/soc/intel/braswell/acpi/lpc.asl
index ce83009a1b..067b05f6de 100644
--- a/src/soc/intel/braswell/acpi/lpc.asl
+++ b/src/soc/intel/braswell/acpi/lpc.asl
@@ -106,6 +106,10 @@ Device (LPCB)
IO (Decode16, 0x80, 0x80, 0x1, 0x01) /* Port 80 Post */
IO (Decode16, 0x92, 0x92, 0x1, 0x01) /* CPU Reserved */
IO (Decode16, 0xb2, 0xb2, 0x1, 0x02) /* SWSMI */
+ IO (Decode16, ACPI_BASE_ADDRESS, ACPI_BASE_ADDRESS,
+ 0x1, ACPI_BASE_SIZE) /* ACPI Base */
+ IO (Decode16, GPIO_BASE_ADDRESS, GPIO_BASE_ADDRESS,
+ 0x1, 0xff) /* GPIO Base */
})
Method (_CRS, 0, NotSerialized)