From be1a050772a41b9927db2a94fa00874d6f789094 Mon Sep 17 00:00:00 2001 From: Varshit B Pandya Date: Sat, 2 Apr 2022 15:26:23 +0530 Subject: soc/intel/alderlake: Add HID for DPTF Battery Participant HID is defined in Intel Dynamic Tuning revision 1.3.13 (Doc no: 541817) BUG=b:205928013 TEST=Build, boot brya0 and dump SSDT to check BAT1 device HID Signed-off-by: Varshit B Pandya Change-Id: Ie1fff53f938a5f13423e360c24c7181fa7613492 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63316 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Sumeet R Pawnikar --- src/soc/intel/alderlake/dptf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/intel') 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", -- cgit v1.2.3