summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/alderlake/acpi/dptf.asl9
-rw-r--r--src/soc/intel/meteorlake/acpi/dptf.asl9
-rw-r--r--src/soc/intel/tigerlake/acpi/dptf.asl9
3 files changed, 0 insertions, 27 deletions
diff --git a/src/soc/intel/alderlake/acpi/dptf.asl b/src/soc/intel/alderlake/acpi/dptf.asl
deleted file mode 100644
index 5b30886af8..0000000000
--- a/src/soc/intel/alderlake/acpi/dptf.asl
+++ /dev/null
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-/* Below are the unique ACPI Device IDs for thermal/dptf on Alder Lake SoC. */
-/* DPTF ACPI Device ID */
-#define DPTF_DPTF_DEVICE "INTC1041"
-/* Generic ACPI Device ID for TSR0/1/2/3 and charger */
-#define DPTF_GEN_DEVICE "INTC1046"
-/* Fan ACPI Device ID */
-#define DPTF_FAN_DEVICE "INTC1048"
diff --git a/src/soc/intel/meteorlake/acpi/dptf.asl b/src/soc/intel/meteorlake/acpi/dptf.asl
deleted file mode 100644
index b0bbfc1b27..0000000000
--- a/src/soc/intel/meteorlake/acpi/dptf.asl
+++ /dev/null
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-/* Below are the unique ACPI Device IDs for thermal/dptf on Meteor Lake SoC. */
-/* DPTF ACPI Device ID */
-#define DPTF_DPTF_DEVICE "INTC1042"
-/* Generic ACPI Device ID for TSR0/1/2/3 and charger */
-#define DPTF_GEN_DEVICE "INTC1062"
-/* Fan ACPI Device ID */
-#define DPTF_FAN_DEVICE "INTC1063"
diff --git a/src/soc/intel/tigerlake/acpi/dptf.asl b/src/soc/intel/tigerlake/acpi/dptf.asl
deleted file mode 100644
index 4877c88569..0000000000
--- a/src/soc/intel/tigerlake/acpi/dptf.asl
+++ /dev/null
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-/* Below are the unique ACPI Device IDs for thermal/dptf on Tiger Lake SoC. */
-/* DPTF ACPI Device ID */
-#define DPTF_DPTF_DEVICE "INTC1040"
-/* Generic ACPI Device ID for TSR0/1/2/3 and charger */
-#define DPTF_GEN_DEVICE "INTC1043"
-/* Fan ACPI Device ID */
-#define DPTF_FAN_DEVICE "INTC1044"