Back out multiply by 100 for pid-control
This change
https://gerrit.openbmc-project.xyz/#/c/openbmc/phosphor-pid-control/+/17952/
Backs out the divide by 100 to make the numbers less
confusing in the configuration. This change is the other
half of that to keep the configuration the same.
Tested-by: Tested boosting fans on WFP platform and
idle speeds worked correctly
Change-Id: Ib51fe119f50b66682a1eb49ba05a552fb1e3ea3f
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/R2000 Chassis.json b/configurations/R2000 Chassis.json
index caccd45..4be6450 100644
--- a/configurations/R2000 Chassis.json
+++ b/configurations/R2000 Chassis.json
@@ -307,8 +307,8 @@
"Name": "Front Panel Temp",
"NegativeHysteresis": 2,
"Output": [
- 3000.0,
- 5000.0
+ 30.0,
+ 50.0
],
"PositiveHysteresis": 0,
"Reading": [
@@ -321,7 +321,7 @@
]
},
{
- "FailSafePercent": 90,
+ "FailSafePercent": 100,
"MinThermalRpm": 3000,
"Name": "Pid 1",
"Type": "Pid.Zone"
@@ -345,4 +345,4 @@
"PartNumber": "R2104",
"SerialNumber": "23165"
}
-}
\ No newline at end of file
+}