aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/apollolake/acpi/dptf.asl1
-rw-r--r--src/soc/intel/common/acpi/dptf/cpu.asl2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/acpi/dptf.asl b/src/soc/intel/apollolake/acpi/dptf.asl
index b9ba9c306c..f34725f92d 100644
--- a/src/soc/intel/apollolake/acpi/dptf.asl
+++ b/src/soc/intel/apollolake/acpi/dptf.asl
@@ -14,6 +14,7 @@
*/
#define DPTF_CPU_DEVICE TCPU
+#define DPTF_CPU_ADDR 0x00000001
#ifndef DPTF_CPU_PASSIVE
#define DPTF_CPU_PASSIVE 80
diff --git a/src/soc/intel/common/acpi/dptf/cpu.asl b/src/soc/intel/common/acpi/dptf/cpu.asl
index c28c0cc5d1..9414e25024 100644
--- a/src/soc/intel/common/acpi/dptf/cpu.asl
+++ b/src/soc/intel/common/acpi/dptf/cpu.asl
@@ -23,7 +23,7 @@ External (\_SB.MPDL, IntObj)
Device (DPTF_CPU_DEVICE)
{
- Name(_ADR, 0x00000001)
+ Name(_ADR, DPTF_CPU_ADDR)
Method (_STA)
{