summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/alderlake/dptf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/dptf.c b/src/soc/intel/alderlake/dptf.c
index 2af96df5bb..ba604cae88 100644
--- a/src/soc/intel/alderlake/dptf.c
+++ b/src/soc/intel/alderlake/dptf.c
@@ -10,6 +10,12 @@ static const struct dptf_platform_info adl_dptf_platform_info = {
.generic_hid = "INTC1046",
/* _HID for Intel DPTF Fan Device */
.fan_hid = "INTC1048",
+ /* _HID for the toplevel TPCH device, typically \_SB.TPCH */
+ .tpch_device_hid = "INTC1049",
+ /* RFC0 method name */
+ .tpch_rfc0_method = "RFC0",
+ /* RFC1 method name */
+ .tpch_rfc1_method = "RFC1",
};
const struct dptf_platform_info *get_dptf_platform_info(void)