aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumeet Pawnikar <sumeet.r.pawnikar@intel.com>2017-08-03 22:00:55 +0530
committerMartin Roth <martinroth@google.com>2017-08-08 18:19:04 +0000
commit86b9467c0e0165eae8440009eb4ea258ba5b06e0 (patch)
treef421daee18b65e59701de665104a5c0e2d22e8b3
parent0068a9f57910b766cd534f83b8fcb0fee06bde60 (diff)
soc/intel: Remove ACPI notification for fan speed change
In _FSL ACPI notification 0x83 was incorrectly being sent to DPTF. When there should be no notification on fan speed change. Change-Id: I66efa7a7feb911a458829a54dbd0afefabd42394 Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-on: https://review.coreboot.org/20875 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/common/acpi/dptf/fan.asl1
-rw-r--r--src/soc/intel/skylake/acpi/dptf/fan.asl1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/common/acpi/dptf/fan.asl b/src/soc/intel/common/acpi/dptf/fan.asl
index a748088e42..8c0e886229 100644
--- a/src/soc/intel/common/acpi/dptf/fan.asl
+++ b/src/soc/intel/common/acpi/dptf/fan.asl
@@ -53,7 +53,6 @@ Device (TFN1)
Method (_FSL, 1, Serialized)
{
Store (Arg0, \_SB.PCI0.LPCB.EC0.FAND)
- Notify (DPTF, 0x83) // Reevaluate _ART
}
Method (_STA)
diff --git a/src/soc/intel/skylake/acpi/dptf/fan.asl b/src/soc/intel/skylake/acpi/dptf/fan.asl
index 0e404326a8..74cdb1bd1e 100644
--- a/src/soc/intel/skylake/acpi/dptf/fan.asl
+++ b/src/soc/intel/skylake/acpi/dptf/fan.asl
@@ -53,7 +53,6 @@ Device (TFN1)
Method (_FSL, 1, Serialized)
{
Store (Arg0, \_SB.PCI0.LPCB.EC0.FAND)
- Notify (DPTF, 0x83) // Re evaluate _ART
}
Method (_STA)