aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/acpi/sb_fch.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso/acpi/sb_fch.asl')
-rw-r--r--src/soc/amd/picasso/acpi/sb_fch.asl12
1 files changed, 12 insertions, 0 deletions
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) {