aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/poppy/dsdt.asl
diff options
context:
space:
mode:
authorSumeet Pawnikar <sumeet.r.pawnikar@intel.com>2017-02-20 10:34:01 +0530
committerMartin Roth <martinroth@google.com>2017-02-23 18:42:58 +0100
commitd56fae18dcb650271d9664ccfa7ca12364f2228f (patch)
treeca93e058012ea5a43f14ca8dbb860a6d23e95373 /src/mainboard/google/poppy/dsdt.asl
parent57d4c30e22b5f35f9103240aa731798a21fe5a24 (diff)
mb/google/poppy: Enable support for DPTF
This patch adds the DPTF settings specfic to the mainboard and enables the CPU and other thermal sensors as participant device for poppy. It enables the DPTF flag in the device tree for poppy. It also includes the DPTF specific ASL file in the main DSDT definition. BUG=None BRANCH=None TEST=Built for poppy. Change-Id: If44b01dd3c17fea06681ccf50e8e9f406e642e36 Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com> Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-on: https://review.coreboot.org/17926 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/mainboard/google/poppy/dsdt.asl')
-rw-r--r--src/mainboard/google/poppy/dsdt.asl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/dsdt.asl b/src/mainboard/google/poppy/dsdt.asl
index c678dfcf24..2007691a05 100644
--- a/src/mainboard/google/poppy/dsdt.asl
+++ b/src/mainboard/google/poppy/dsdt.asl
@@ -61,4 +61,10 @@ DefinitionBlock(
/* ACPI code for EC functions */
#include <ec/google/chromeec/acpi/ec.asl>
}
+
+ Scope (\_SB)
+ {
+ /* Dynamic Platform Thermal Framework */
+ #include "acpi/dptf.asl"
+ }
}