Attention is currently required from: Tim Wawrzynczak. Varshit B Pandya has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63202 )
Change subject: soc/intel/alderlake: Add HID for DPTF Power Participant ......................................................................
soc/intel/alderlake: Add HID for DPTF Power Participant
Signed-off-by: Varshit B Pandya varshit.b.pandya@intel.com Change-Id: I82507a3c0a521adbb8dec5520fd6d2ea3782c60e --- M src/soc/intel/alderlake/dptf.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/63202/1
diff --git a/src/soc/intel/alderlake/dptf.c b/src/soc/intel/alderlake/dptf.c index 37754db..59243ba 100644 --- a/src/soc/intel/alderlake/dptf.c +++ b/src/soc/intel/alderlake/dptf.c @@ -12,6 +12,8 @@ .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",