summaryrefslogtreecommitdiffstats
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.asl5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/acpi/sb_fch.asl b/src/soc/amd/stoneyridge/acpi/sb_fch.asl
index d7490d719ee5..6876c2ae3d9b 100644
--- a/src/soc/amd/stoneyridge/acpi/sb_fch.asl
+++ b/src/soc/amd/stoneyridge/acpi/sb_fch.asl
@@ -12,7 +12,10 @@ Device (AAHB)
{
Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000)
})
- Name (_STA, 0xb)
+ Method (_STA, 0x0, NotSerialized)
+ {
+ Return (0x0b)
+ }
}
Device (GPIO)