diff options
Diffstat (limited to 'src/soc/intel/alderlake/dptf.c')
-rw-r--r-- | src/soc/intel/alderlake/dptf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/dptf.c b/src/soc/intel/alderlake/dptf.c index 59243baaeb..7016d8c1bd 100644 --- a/src/soc/intel/alderlake/dptf.c +++ b/src/soc/intel/alderlake/dptf.c @@ -14,6 +14,8 @@ static const struct dptf_platform_info adl_dptf_platform_info = { .tpch_device_hid = "INTC1049", /* _HID for the toplevel TPWR device, typically \_SB.DPTF.TPWR */ .tpwr_device_hid = "INTC1060", + /* _HID for the toplevel BAT1 device, typically \_SB.DPTF.BAT1 */ + .tbat_device_hid = "INTC1061", .tpch_method_names = { .set_fivr_low_clock_method = "RFC0", |