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>
This commit is contained in:
Subrata Banik 2022-12-08 14:10:36 +05:30
parent 5778e06771
commit e2828c0a20
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
/* Below are the unique ACPI Device IDs for thermal/dptf on Meteor Lake SoC. */ /* Below are the unique ACPI Device IDs for thermal/dptf on Meteor Lake SoC. */
/* DPTF ACPI Device ID */ /* 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 */ /* 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 */ /* Fan ACPI Device ID */
#define DPTF_FAN_DEVICE "INTC1048" #define DPTF_FAN_DEVICE "INTC1063"