summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/alderlake/dptf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/dptf.c b/src/soc/intel/alderlake/dptf.c
index 37754dbfae..59243baaeb 100644
--- a/src/soc/intel/alderlake/dptf.c
+++ b/src/soc/intel/alderlake/dptf.c
@@ -12,6 +12,8 @@ static const struct dptf_platform_info adl_dptf_platform_info = {
.fan_hid = "INTC1048",
/* _HID for the toplevel TPCH device, typically \_SB.TPCH */
.tpch_device_hid = "INTC1049",
+ /* _HID for the toplevel TPWR device, typically \_SB.DPTF.TPWR */
+ .tpwr_device_hid = "INTC1060",
.tpch_method_names = {
.set_fivr_low_clock_method = "RFC0",