soc/intel/{adl,mtl,tgl}: Drop unnecessary `dptf.asl`

This patch drops unused `dptf.asl` from the latest IA SoC platforms
as DPTF ACPI code generation is now relies on runtime aka SSDT
rather than having fixed dptf.asl files to include inside the
mainboard dsdt.asl.

TEST=Able to build Google/Kano without any compilation issue.

Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: I30a53eace89bf5324d7c2f15c6c2d2218f90eaf6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71087
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
diff --git a/src/soc/intel/alderlake/acpi/dptf.asl b/src/soc/intel/alderlake/acpi/dptf.asl
deleted file mode 100644
index 5b30886..0000000
--- 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 b0bbfc1..0000000
--- 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 4877c88..0000000
--- 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"