diff options
-rw-r--r-- | src/soc/intel/skylake/acpi/dptf/thermal.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/acpi/dptf/thermal.asl b/src/soc/intel/skylake/acpi/dptf/thermal.asl index 052b7a5e19..71f7b83db2 100644 --- a/src/soc/intel/skylake/acpi/dptf/thermal.asl +++ b/src/soc/intel/skylake/acpi/dptf/thermal.asl @@ -83,7 +83,7 @@ Method (TPET) Method (DTRP, 2, Serialized) { #ifdef EC_ENABLE_MULTIPLE_DPTF_PROFILES - If (LEqual (\_SB.PCI0.LPCB.EC0.RCTM, One)) { + If (LEqual (\_SB.PCI0.LPCB.EC0.RCDP, One)) { Return (CTOK (Arg0)) } Else { #endif |