aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/roda/rk9/acpi/thermal.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/roda/rk9/acpi/thermal.asl')
-rw-r--r--src/mainboard/roda/rk9/acpi/thermal.asl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/roda/rk9/acpi/thermal.asl b/src/mainboard/roda/rk9/acpi/thermal.asl
index c9bc4d587a..907edc1adf 100644
--- a/src/mainboard/roda/rk9/acpi/thermal.asl
+++ b/src/mainboard/roda/rk9/acpi/thermal.asl
@@ -43,18 +43,18 @@ Scope (\_TZ)
Method (_TMP, 0, Serialized)
{
If (\_SB.PCI0.LPCB.EC0.ALRC) {
- Store(0, \_SB.PCI0.LPCB.EC0.ALRC)
+ \_SB.PCI0.LPCB.EC0.ALRC = 0
Return(_AC0())
}
If (\_SB.PCI0.LPCB.EC0.ALRL) {
- Store(0, THRO)
- Store(0, \_SB.PCI0.LPCB.EC0.ALRL)
+ THRO = 0
+ \_SB.PCI0.LPCB.EC0.ALRL = 0
}
If (\_SB.PCI0.LPCB.EC0.ALRH) {
- Store(1, THRO)
- Store(0, \_SB.PCI0.LPCB.EC0.ALRH)
+ THRO = 1
+ \_SB.PCI0.LPCB.EC0.ALRH = 0
}
/* vendor BIOS reports 0K if TCPU >= 128 deg C ?!? */