diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/meteorlake/include/soc/dptf.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/include/soc/dptf.h b/src/soc/intel/meteorlake/include/soc/dptf.h new file mode 100644 index 0000000000..4facbe4d84 --- /dev/null +++ b/src/soc/intel/meteorlake/include/soc/dptf.h @@ -0,0 +1,20 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef _SOC_DPTF_H_ +#define _SOC_DPTF_H_ + +/* Below are the unique ACPI Device IDs for thermal/dptf on Meteor Lake SoC. */ +/* DPTF ACPI Device ID */ +#define DPTF_DPTF_DEVICE "INTC1042" +/* Generic ACPI Device ID for TSR0/1/2/3 and charger */ +#define DPTF_GEN_DEVICE "INTC1062" +/* Fan ACPI Device ID */ +#define DPTF_FAN_DEVICE "INTC1063" +/* TPCH ACPI Device ID */ +#define DPTF_TPCH_DEVICE "INTC1064" +/* TPWR ACPI Device ID */ +#define DPTF_TPWR_DEVICE "INTC1065" +/* BAT1 ACPI Device ID */ +#define DPTF_BAT1_DEVICE "INTC1066" + +#endif /* _SOC_DPTF_H_ */ |