drivers/intel/dptf: Add multiple fan support under dptf
Add multiple fan support for dptf policies BUG=b:235254828 BRANCH=None TEST=Built and tested on Redrix system for two fans Change-Id: I96ead90e3b805bd20de03e4bef4fa4b9fbaaaedd Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65611 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
e95da5fdc0
commit
672bd9bee5
9 changed files with 205 additions and 45 deletions
|
|
@ -6,6 +6,6 @@
|
|||
#include <device/device.h>
|
||||
|
||||
/* Called by google_chromeec_fill_ssdt_generator */
|
||||
void ec_fill_dptf_helpers(const struct device *dev);
|
||||
void ec_fill_dptf_helpers(const struct device *dev, const struct device *fan_dev);
|
||||
|
||||
#endif /* EC_GOOGLE_COMMON_DPTF_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue