summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/cezanne/acpi/mmio.asl5
-rw-r--r--src/soc/amd/glinda/acpi/mmio.asl5
-rw-r--r--src/soc/amd/mendocino/acpi/mmio.asl5
-rw-r--r--src/soc/amd/phoenix/acpi/mmio.asl5
-rw-r--r--src/soc/amd/picasso/acpi/sb_fch.asl5
-rw-r--r--src/soc/amd/stoneyridge/acpi/sb_fch.asl5
6 files changed, 24 insertions, 6 deletions
diff --git a/src/soc/amd/cezanne/acpi/mmio.asl b/src/soc/amd/cezanne/acpi/mmio.asl
index a109f53ff250..a8508f7df5c8 100644
--- a/src/soc/amd/cezanne/acpi/mmio.asl
+++ b/src/soc/amd/cezanne/acpi/mmio.asl
@@ -14,7 +14,10 @@ Device (AAHB)
{
Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000)
})
- Name (_STA, 0xb)
+ Method (_STA, 0x0, NotSerialized)
+ {
+ Return (0x0b)
+ }
}
Device (GPIO)
diff --git a/src/soc/amd/glinda/acpi/mmio.asl b/src/soc/amd/glinda/acpi/mmio.asl
index 07ff7903d5a9..e3cb7a51ef4c 100644
--- a/src/soc/amd/glinda/acpi/mmio.asl
+++ b/src/soc/amd/glinda/acpi/mmio.asl
@@ -16,7 +16,10 @@ Device (AAHB)
{
Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000)
})
- Name (_STA, 0xb)
+ Method (_STA, 0x0, NotSerialized)
+ {
+ Return (0x0b)
+ }
}
Device (GPIO)
diff --git a/src/soc/amd/mendocino/acpi/mmio.asl b/src/soc/amd/mendocino/acpi/mmio.asl
index c4acfb12db37..cba3ec659976 100644
--- a/src/soc/amd/mendocino/acpi/mmio.asl
+++ b/src/soc/amd/mendocino/acpi/mmio.asl
@@ -16,7 +16,10 @@ Device (AAHB)
{
Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000)
})
- Name (_STA, 0xb)
+ Method (_STA, 0x0, NotSerialized)
+ {
+ Return (0x0b)
+ }
}
Device (GPIO)
diff --git a/src/soc/amd/phoenix/acpi/mmio.asl b/src/soc/amd/phoenix/acpi/mmio.asl
index e8130b0037b3..9d70fd666e87 100644
--- a/src/soc/amd/phoenix/acpi/mmio.asl
+++ b/src/soc/amd/phoenix/acpi/mmio.asl
@@ -16,7 +16,10 @@ Device (AAHB)
{
Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000)
})
- Name (_STA, 0xb)
+ Method (_STA, 0x0, NotSerialized)
+ {
+ Return (0x0b)
+ }
}
Device (GPIO)
diff --git a/src/soc/amd/picasso/acpi/sb_fch.asl b/src/soc/amd/picasso/acpi/sb_fch.asl
index d58e04488213..a0dfd464830d 100644
--- a/src/soc/amd/picasso/acpi/sb_fch.asl
+++ b/src/soc/amd/picasso/acpi/sb_fch.asl
@@ -14,7 +14,10 @@ Device (AAHB)
{
Memory32Fixed (ReadWrite, ALINK_AHB_ADDRESS, 0x2000)
})
- Name (_STA, 0xb)
+ Method (_STA, 0x0, NotSerialized)
+ {
+ Return (0x0b)
+ }
}
Device (GPIO)
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)