Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/63316 )
Change subject: soc/intel/alderlake: Add HID for DPTF Battery Participant ......................................................................
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 varshit.b.pandya@intel.com Change-Id: Ie1fff53f938a5f13423e360c24c7181fa7613492 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63316 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Eric Lai eric_lai@quanta.corp-partner.google.com Reviewed-by: Sumeet R Pawnikar sumeet.r.pawnikar@intel.com --- M src/soc/intel/alderlake/dptf.c 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Sumeet R Pawnikar: Looks good to me, approved Eric Lai: Looks good to me, approved
diff --git a/src/soc/intel/alderlake/dptf.c b/src/soc/intel/alderlake/dptf.c index 59243ba..7016d8c 100644 --- a/src/soc/intel/alderlake/dptf.c +++ b/src/soc/intel/alderlake/dptf.c @@ -14,6 +14,8 @@ .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",