aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/acpi/sb_fch.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/stoneyridge/acpi/sb_fch.asl')
-rw-r--r--src/soc/amd/stoneyridge/acpi/sb_fch.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/acpi/sb_fch.asl b/src/soc/amd/stoneyridge/acpi/sb_fch.asl
index 4c1196dad6..e7975f8d94 100644
--- a/src/soc/amd/stoneyridge/acpi/sb_fch.asl
+++ b/src/soc/amd/stoneyridge/acpi/sb_fch.asl
@@ -22,7 +22,7 @@ Device (AAHB)
Name (_UID, 0x0)
Name (_CRS, ResourceTemplate()
{
- Memory32Fixed (ReadWrite, 0xFEDC0000, 0x2000)
+ Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000)
})
Method (_STA, 0x0, NotSerialized)