aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/acpi/aoac.asl
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-06-29 23:56:50 +0300
committerFelix Held <felix-coreboot@felixheld.de>2020-12-15 18:52:28 +0000
commit5f2f44a4cf31ff1aa9aebe3f81767dd2d288c47c (patch)
tree19b53e9b4aa4326dbf42cc60b229d318b1228c69 /src/soc/amd/picasso/acpi/aoac.asl
parentd786520de1c6e8f6218c4b853ba2d17d084ec78d (diff)
soc/amd/common: Redo ACPIMMIO_BASE and _BANK
Change-Id: I31f2d04d9fc8bdd9e270fb3cb48d71f215999a50 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42894 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/acpi/aoac.asl')
-rw-r--r--src/soc/amd/picasso/acpi/aoac.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/acpi/aoac.asl b/src/soc/amd/picasso/acpi/aoac.asl
index ffdfcd451c..461b78cabc 100644
--- a/src/soc/amd/picasso/acpi/aoac.asl
+++ b/src/soc/amd/picasso/acpi/aoac.asl
@@ -4,7 +4,7 @@
#define AOAC_DEVICE(DEV_NAME, DEV_ID, SX) \
PowerResource(DEV_NAME, SX, 0) { \
- OperationRegion (AOAC, SystemMemory, ACPIMMIO_AOAC_BASE + 0x40 + (DEV_ID << 1), 2) \
+ OperationRegion (AOAC, SystemMemory, ACPIMMIO_BASE(AOAC) + 0x40 + (DEV_ID << 1), 2) \
Field (AOAC, ByteAcc, NoLock, Preserve) { \
/* \
* Target Device State \