diff options
author | Subrata Banik <subratabanik@google.com> | 2022-12-19 15:56:54 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2022-12-21 06:20:38 +0000 |
commit | 1542d16173b4ac0eed414f135a2f61b073386271 (patch) | |
tree | dbcc1b1f80bd710c35d542ea846bf63b3755acd8 /src/soc/intel/meteorlake/acpi | |
parent | 380411422eb8b54abbf6cd60a5692ffd9c390e56 (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/meteorlake/acpi')
-rw-r--r-- | src/soc/intel/meteorlake/acpi/dptf.asl | 9 |
1 files changed, 0 insertions, 9 deletions
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" |