aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-02-03 08:16:05 +0100
committerFelix Singer <felixsinger@posteo.net>2023-02-17 15:44:37 +0000
commite03d312a2cd4ea890c7640c6fa44d8890c6cf2be (patch)
treed54c8679bdf11ad8432d99d581074d8ee67e92a5
parentb2a76312a5fc1a90c4f867d77132b95eccafccba (diff)
treewide: Remove unuseful "_ART : Active Cooling Relationship Table"
Change-Id: Ief8dd9c7f7b82e1cd62de5bc1a361432b0eac4ca Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72761 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
-rw-r--r--src/soc/intel/common/acpi/dptf/dptf.asl1
-rw-r--r--src/soc/intel/skylake/acpi/dptf/dptf.asl1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/common/acpi/dptf/dptf.asl b/src/soc/intel/common/acpi/dptf/dptf.asl
index 637dfedb8f..77eb0efc26 100644
--- a/src/soc/intel/common/acpi/dptf/dptf.asl
+++ b/src/soc/intel/common/acpi/dptf/dptf.asl
@@ -67,7 +67,6 @@ Device (DPTF)
}
#ifdef DPTF_ENABLE_FAN_CONTROL
- /* _ART : Active Cooling Relationship Table */
Method (_ART)
{
Return (\_SB.DART)
diff --git a/src/soc/intel/skylake/acpi/dptf/dptf.asl b/src/soc/intel/skylake/acpi/dptf/dptf.asl
index e72437a520..dd43011653 100644
--- a/src/soc/intel/skylake/acpi/dptf/dptf.asl
+++ b/src/soc/intel/skylake/acpi/dptf/dptf.asl
@@ -63,7 +63,6 @@ Device (DPTF)
}
#ifdef DPTF_ENABLE_FAN_CONTROL
- /* _ART : Active Cooling Relationship Table */
Method (_ART)
{
Return (\_SB.DART)