aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2022-12-19 15:56:54 +0530
committerSubrata Banik <subratabanik@google.com>2022-12-21 06:20:38 +0000
commit1542d16173b4ac0eed414f135a2f61b073386271 (patch)
treedbcc1b1f80bd710c35d542ea846bf63b3755acd8 /src/soc/intel/tigerlake
parent380411422eb8b54abbf6cd60a5692ffd9c390e56 (diff)
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>
Diffstat (limited to 'src/soc/intel/tigerlake')
-rw-r--r--src/soc/intel/tigerlake/acpi/dptf.asl9
1 files changed, 0 insertions, 9 deletions
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"