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>
This commit is contained in:
parent
0068a9f579
commit
86b9467c0e
|
@ -53,7 +53,6 @@ Device (TFN1)
|
|||
Method (_FSL, 1, Serialized)
|
||||
{
|
||||
Store (Arg0, \_SB.PCI0.LPCB.EC0.FAND)
|
||||
Notify (DPTF, 0x83) // Reevaluate _ART
|
||||
}
|
||||
|
||||
Method (_STA)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue