commit | e18edb5badc2e16181cfc464a6ccd0ef51dc4548 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Mon Jul 20 15:35:18 2020 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Tue Jul 21 18:00:50 2020 +0000 |
tree | 0e627605b964f0b83f5731e39415a571faffa935 | |
parent | d73b744432911131861fc746dc8d6b895b6b1dba [diff] [blame] |
Fix PSU Fan Configuration FFGainCoefficient of fans should be 1.0 not 0.01. Also bump sdbusplus as it was failing to build. Tested: Modifying stepwise controllers got expeceted outputs Change-Id: Ib2c4d251e9e275de66c076fd770ec4b49cc6af66 Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/Flextronics S-1100ADU00-201 PSU.json b/configurations/Flextronics S-1100ADU00-201 PSU.json index 54b71ab..9282fab 100644 --- a/configurations/Flextronics S-1100ADU00-201 PSU.json +++ b/configurations/Flextronics S-1100ADU00-201 PSU.json
@@ -9,7 +9,7 @@ }, { "Class": "fan", - "FFGainCoefficient": 0.01, + "FFGainCoefficient": 1.0, "FFOffCoefficient": 0.0, "ICoefficient": 0.0, "ILimitMax": 0.0,