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:
parent
5778e06771
commit
e2828c0a20
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue