aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/acpi/dptf/dptf.asl
diff options
context:
space:
mode:
authorSumeet R Pawnikar <sumeet.r.pawnikar@intel.com>2020-06-01 17:40:08 +0530
committerPatrick Georgi <pgeorgi@google.com>2020-06-18 08:29:49 +0000
commit5e53bd582218399bd93a116e22b47d6c52d06829 (patch)
tree6bb6214b91c487e18dc99520858d441fde6e649d /src/soc/intel/common/acpi/dptf/dptf.asl
parent7583ffbb600efbe999ac124ee9395d12980e6709 (diff)
soc/intel/common: make dptf acpi device ids configurable
Make dptf acpi device ids configurable for thermal functionality as per soc/intel/common/acpi code changes for dptf. BUG=None BRANCH=None TEST=Build and boot on volteer system Change-Id: I5161d19dc663cdb9a7b004bb681059c9af2aaf4f Signed-off-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42039 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/common/acpi/dptf/dptf.asl')
-rw-r--r--src/soc/intel/common/acpi/dptf/dptf.asl6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/soc/intel/common/acpi/dptf/dptf.asl b/src/soc/intel/common/acpi/dptf/dptf.asl
index 2219c686bf..69d2bae402 100644
--- a/src/soc/intel/common/acpi/dptf/dptf.asl
+++ b/src/soc/intel/common/acpi/dptf/dptf.asl
@@ -1,8 +1,12 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+/* Include common dptf ASL files */
+#include <soc/intel/common/acpi/dptf.asl>
+
Device (DPTF)
{
- Name (_HID, EISAID ("INT3400"))
+ Name (_HID, DPTF_DPTF_DEVICE)
+
Name (_UID, 0)
Name (IDSP, Package()