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"