aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/glinda/acpi/mmio.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/glinda/acpi/mmio.asl')
-rw-r--r--src/soc/amd/glinda/acpi/mmio.asl12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/soc/amd/glinda/acpi/mmio.asl b/src/soc/amd/glinda/acpi/mmio.asl
index eb1f1d9b1c..3d7b882efd 100644
--- a/src/soc/amd/glinda/acpi/mmio.asl
+++ b/src/soc/amd/glinda/acpi/mmio.asl
@@ -274,9 +274,10 @@ Device (I2C0) {
}
}
+ Name (STAT, 0x0)
Method (_STA, 0x0, NotSerialized)
{
- Return (0x0F)
+ Return (STAT)
}
AOAC_DEVICE(FCH_AOAC_DEV_I2C0, 0)
@@ -310,9 +311,10 @@ Device (I2C1) {
}
}
+ Name (STAT, 0x0)
Method (_STA, 0x0, NotSerialized)
{
- Return (0x0F)
+ Return (STAT)
}
AOAC_DEVICE(FCH_AOAC_DEV_I2C1, 0)
@@ -346,9 +348,10 @@ Device (I2C2) {
}
}
+ Name (STAT, 0x0)
Method (_STA, 0x0, NotSerialized)
{
- Return (0x0F)
+ Return (STAT)
}
AOAC_DEVICE(FCH_AOAC_DEV_I2C2, 0)
@@ -386,9 +389,10 @@ Device (I2C3)
Return (Local0)
}
}
+ Name (STAT, 0x0)
Method (_STA, 0x0, NotSerialized)
{
- Return (0x0F)
+ Return (STAT)
}
/* If this device is shared with PSP, then PSP takes care of power management */