diff options
author | Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> | 2017-08-03 22:00:55 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-08-08 18:19:04 +0000 |
commit | 86b9467c0e0165eae8440009eb4ea258ba5b06e0 (patch) | |
tree | f421daee18b65e59701de665104a5c0e2d22e8b3 /src/soc/intel/common | |
parent | 0068a9f57910b766cd534f83b8fcb0fee06bde60 (diff) | |
download | coreboot-86b9467c0e0165eae8440009eb4ea258ba5b06e0.tar.xz |
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>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/acpi/dptf/fan.asl | 1 |
1 files changed, 0 insertions, 1 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) |