summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2022-12-08 14:10:36 +0530
committerSubrata Banik <subratabanik@google.com>2022-12-10 08:01:40 +0000
commite2828c0a203a420f52d6b8fabdf5fd558f0c90df (patch)
tree767899fbec143606936a5453f5e9867871528281
parent5778e06771627a5541ca2b137e783f47257f05ec (diff)
soc/intel/meteorlake: Update DPTF participants ACPI IDs
This patch updates DPTF participants' ACPI IDs based on the Intel Meteor Lake Reference Code. TEST=Able to build and boot Google/Rex. Change-Id: Iccc7f3cad26a028a3b11d5e5e761bbefa7776583 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70482 Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/meteorlake/acpi/dptf.asl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/meteorlake/acpi/dptf.asl b/src/soc/intel/meteorlake/acpi/dptf.asl
index 959b44bd31..b0bbfc1b27 100644
--- a/src/soc/intel/meteorlake/acpi/dptf.asl
+++ b/src/soc/intel/meteorlake/acpi/dptf.asl
@@ -2,8 +2,8 @@
/* Below are the unique ACPI Device IDs for thermal/dptf on Meteor Lake SoC. */
/* DPTF ACPI Device ID */
-#define DPTF_DPTF_DEVICE "INTC1041"
+#define DPTF_DPTF_DEVICE "INTC1042"
/* Generic ACPI Device ID for TSR0/1/2/3 and charger */
-#define DPTF_GEN_DEVICE "INTC1046"
+#define DPTF_GEN_DEVICE "INTC1062"
/* Fan ACPI Device ID */
-#define DPTF_FAN_DEVICE "INTC1048"
+#define DPTF_FAN_DEVICE "INTC1063"