From e2828c0a203a420f52d6b8fabdf5fd558f0c90df Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 8 Dec 2022 14:10:36 +0530 Subject: [PATCH] =?UTF-8?q?soc/intel/meteorlake:=20Update=20DPTF=20partici?= =?UTF-8?q?pants=C2=A0ACPI=20IDs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70482 Reviewed-by: Ivy Jian Tested-by: build bot (Jenkins) --- src/soc/intel/meteorlake/acpi/dptf.asl | 6 +++--- 1 file 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"