diff options
Diffstat (limited to 'src/mainboard/google/panther')
-rw-r--r-- | src/mainboard/google/panther/acpi/thermal.asl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/panther/acpi/thermal.asl b/src/mainboard/google/panther/acpi/thermal.asl index 72b4ad8ec6..3a1f7be5f1 100644 --- a/src/mainboard/google/panther/acpi/thermal.asl +++ b/src/mainboard/google/panther/acpi/thermal.asl @@ -76,12 +76,12 @@ Scope (\_TZ) // Check for "no reading available" If (LEqual (Local0, 0x80)) { - Return (CTOK (\F2ON)) + Return (CTOK (\F0ON)) } // Check for invalid readings If (LOr (LEqual (Local0, 255), LEqual (Local0, 0))) { - Return (CTOK (\F2ON)) + Return (CTOK (\F0ON)) } // PECI raw value is an offset from Tj_max |