Remove Profile Configuration
This is moving to a parameter in the stepwise / pid
controllers instead.
Tested: Fan control still works after change 21473
is merged.
Change-Id: I7dd0cccf1d9eeca17702e389ea9597c6a234ec01
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/R2000 Chassis.json b/configurations/R2000 Chassis.json
index 6d62e9e..c93eb51 100644
--- a/configurations/R2000 Chassis.json
+++ b/configurations/R2000 Chassis.json
@@ -160,23 +160,6 @@
"Type": "ExitAirTempSensor"
},
{
- "Controllers": [
- ".*"
- ],
- "Name": "Acoustic",
- "Type": "FanProfile"
- },
- {
- "Controllers": [
- "Front Panel LCC",
- "CPU\\d",
- "PSU1 LCC",
- "PSU2 LCC"
- ],
- "Name": "Performance",
- "Type": "FanProfile"
- },
- {
"AllowedFailures": 1,
"Name": "FanRedundancy",
"Type": "FanRedundancy"
@@ -471,6 +454,9 @@
80.0
],
"PositiveHysteresis": 0,
+ "Profiles": [
+ "Acoustic"
+ ],
"Reading": [
22.0,
32.0
@@ -500,4 +486,4 @@
"PartNumber": "R2104",
"SerialNumber": "23165"
}
-}
+}
\ No newline at end of file