Skip to content

Commit

Permalink
GTI: update fan table to v5 for UBB
Browse files Browse the repository at this point in the history
Summary:
# Description
GTI: update fan table to v5 for UBB

X-link: facebookexternal/openbmc.quanta#4202

Test Plan: Verified by thermal team on GTI with UBB system

Reviewed By: williamspatrick

Differential Revision: D53341057

fbshipit-source-id: a5c64ffa7762db902e858ff8b4010a67262ebf39
  • Loading branch information
Jimmyhuang777 authored and facebook-github-bot committed Feb 5, 2024
1 parent c1c3ae0 commit ea1c54e
Showing 1 changed file with 20 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "inspirationpint_MI300X_v2",
"version": "inspirationpint_MI300X_v5",
"pwm_transition_value": 100,
"pwm_boost_value": 100,
"sample_interval_ms": 3000,
Expand Down Expand Up @@ -199,16 +199,17 @@
"util" : "/usr/local/bin/sensor-util"
},
"type": "linear",
"positive_hysteresis": 1,
"positive_hysteresis": 0,
"negative_hysteresis": 1,
"data": [
[49, 25],
[65, 35],
[67, 40],
[70, 45],
[75, 55],
[81, 68],
[84, 75],
[73, 50],
[75, 53],
[80, 68],
[82, 75],
[95, 100]
]
},
Expand All @@ -219,8 +220,8 @@
"type": "pid",
"positive_hysteresis": 0,
"negative_hysteresis": 2,
"setpoint": 93,
"kp": -3.5,
"setpoint": 85,
"kp": -5.5,
"ki": -0.035,
"kd": 0
},
Expand All @@ -229,18 +230,15 @@
"util" : "/usr/local/bin/sensor-util"
},
"type": "linear",
"positive_hysteresis": 1,
"positive_hysteresis": 0,
"negative_hysteresis": 1,
"data": [
[80, 25],
[84, 30],
[86, 33],
[87, 40],
[90, 45],
[93, 50],
[96, 70],
[98, 75],
[100, 83],
[87, 35],
[92, 45],
[96, 53],
[98, 70],
[105, 100]
]
},
Expand All @@ -251,7 +249,7 @@
"type": "pid",
"positive_hysteresis": 0,
"negative_hysteresis": 2,
"setpoint": 102,
"setpoint": 105,
"kp": -5.5,
"ki": -0.035,
"kd": 0
Expand All @@ -261,7 +259,7 @@
"util" : "/usr/local/bin/sensor-util"
},
"type": "linear",
"positive_hysteresis": 1,
"positive_hysteresis": 0,
"negative_hysteresis": 1,
"data": [
[63, 25],
Expand All @@ -277,7 +275,7 @@
"util" : "/usr/local/bin/sensor-util"
},
"type": "pid",
"positive_hysteresis": 2,
"positive_hysteresis": 0,
"negative_hysteresis": 2,
"setpoint": 97,
"kp": -3.5,
Expand All @@ -301,7 +299,7 @@
"util" : "/usr/local/bin/sensor-util"
},
"type": "linear",
"positive_hysteresis": 1,
"positive_hysteresis": 0,
"negative_hysteresis": 1,
"data": [
[65, 25],
Expand All @@ -314,7 +312,7 @@
"util" : "/usr/local/bin/sensor-util"
},
"type": "pid",
"positive_hysteresis": 1,
"positive_hysteresis": 0,
"negative_hysteresis": 2,
"setpoint": 93,
"kp": -3.5,
Expand Down Expand Up @@ -401,7 +399,7 @@
"util" : "/usr/local/bin/sensor-util"
},
"type": "linear",
"positive_hysteresis": 1,
"positive_hysteresis": 0,
"negative_hysteresis": 1,
"data": [
[65, 25],
Expand All @@ -415,7 +413,7 @@
"util" : "/usr/local/bin/sensor-util"
},
"type": "pid",
"positive_hysteresis": 1,
"positive_hysteresis": 0,
"negative_hysteresis": 2,
"setpoint": 93,
"kp": -3.5,
Expand Down

0 comments on commit ea1c54e

Please sign in to comment.