From e37387c8b51facd54551e29dad3f2d34468ba004 Mon Sep 17 00:00:00 2001 From: Sumeet Pawnikar Date: Wed, 25 Apr 2018 00:53:00 +0530 Subject: mb/google/octopus: Add dptf.asl in dsdt.asl This patch enables dptf for Octopus by adding dptf.asl in dsdt.asl. BUG=b:74263914 BRANCH=None TEST=None Change-Id: I7194cdd2af88ff062ebcc92cc97b3cdc3d21ecd6 Signed-off-by: Sumeet Pawnikar Reviewed-on: https://review.coreboot.org/25809 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh Reviewed-by: Justin TerAvest --- src/mainboard/google/octopus/dsdt.asl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src') diff --git a/src/mainboard/google/octopus/dsdt.asl b/src/mainboard/google/octopus/dsdt.asl index c921df91b3..63b93e6501 100644 --- a/src/mainboard/google/octopus/dsdt.asl +++ b/src/mainboard/google/octopus/dsdt.asl @@ -54,4 +54,15 @@ DefinitionBlock( /* ACPI code for EC functions */ #include } + + /* Dynamic Platform Thermal Framework */ + Scope (\_SB) + { + /* Per board variant specific definitions. */ + #include + /* Include soc specific DPTF changes */ + #include + /* Include common dptf ASL files */ + #include + } } -- cgit v1.2.3