aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/acpi/dptf.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/acpi/dptf.asl')
-rw-r--r--src/soc/intel/alderlake/acpi/dptf.asl9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/acpi/dptf.asl b/src/soc/intel/alderlake/acpi/dptf.asl
new file mode 100644
index 0000000000..5b30886af8
--- /dev/null
+++ b/src/soc/intel/alderlake/acpi/dptf.asl
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+/* Below are the unique ACPI Device IDs for thermal/dptf on Alder Lake SoC. */
+/* DPTF ACPI Device ID */
+#define DPTF_DPTF_DEVICE "INTC1041"
+/* Generic ACPI Device ID for TSR0/1/2/3 and charger */
+#define DPTF_GEN_DEVICE "INTC1046"
+/* Fan ACPI Device ID */
+#define DPTF_FAN_DEVICE "INTC1048"