aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/amd/picasso/acpi/aoac.asl1
-rw-r--r--src/soc/amd/picasso/acpi/sb_fch.asl12
2 files changed, 13 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/acpi/aoac.asl b/src/soc/amd/picasso/acpi/aoac.asl
index 727b9bb444..ffdfcd451c 100644
--- a/src/soc/amd/picasso/acpi/aoac.asl
+++ b/src/soc/amd/picasso/acpi/aoac.asl
@@ -139,6 +139,7 @@ Device (AOAC) {
AOAC_DEVICE(I2C2, 7, 0)
AOAC_DEVICE(I2C3, 8, 0)
+ AOAC_DEVICE(FUR0, 11, 0)
AOAC_DEVICE(FUR1, 12, 0)
AOAC_DEVICE(FUR2, 16, 0)
AOAC_DEVICE(FUR3, 26, 0)
diff --git a/src/soc/amd/picasso/acpi/sb_fch.asl b/src/soc/amd/picasso/acpi/sb_fch.asl
index 4eca52c048..6cbfc5f664 100644
--- a/src/soc/amd/picasso/acpi/sb_fch.asl
+++ b/src/soc/amd/picasso/acpi/sb_fch.asl
@@ -122,6 +122,18 @@ Device (FUR0)
Return (Local0)
}
}
+
+ Name (_PR0, Package () { \_SB.AOAC.FUR0 })
+ Name (_PR2, Package () { \_SB.AOAC.FUR0 })
+ Name (_PR3, Package () { \_SB.AOAC.FUR0 })
+ Method (_PS0, 0, Serialized) {
+ Printf("FUR0._PS0")
+ \_SB.AOAC.FUR0.TDS = 1
+ }
+ Method (_PS3, 0, Serialized) {
+ Printf("FUR0._PS3")
+ \_SB.AOAC.FUR0.TDS = 3
+ }
}
Device (FUR1) {