From a5ba5133ce83b1f4061ca81e87b70f02068f7c70 Mon Sep 17 00:00:00 2001 From: Sumeet R Pawnikar Date: Tue, 2 Jun 2020 15:45:45 +0530 Subject: tigerlake: add unique acpi device ids for dptf Add unique new acpi device ids for dptf for Tiger Lake soc based platforms and update volteer speficic dsdt.asl file accordingly. The Linux kernel driver expects these new acpi device ids for dptf functionalities. BUG=None BRANCH=None TEST=Build and boot on volteer system Change-Id: I7dbb812c0fc0f5084c98cf2752ce7ddce8e4d50e Signed-off-by: Sumeet R Pawnikar Reviewed-on: https://review.coreboot.org/c/coreboot/+/42040 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/mainboard/google/volteer/dsdt.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/volteer/dsdt.asl b/src/mainboard/google/volteer/dsdt.asl index fa39e79e8e..3189767455 100644 --- a/src/mainboard/google/volteer/dsdt.asl +++ b/src/mainboard/google/volteer/dsdt.asl @@ -57,8 +57,8 @@ DefinitionBlock( { /* Per board variant specific definitions. */ #include - /* Include soc specific DPTF changes */ - #include + /* Include Tiger Lake soc specific DPTF changes */ + #include /* Include common dptf ASL files */ #include } -- cgit v1.2.3