meta-ibm: Adjust the mihawk fan control event
According to our thermal team test report, we need to adjust the fan
control event.
Tested
Fan speed will be based on new fan control events.
(From meta-ibm rev: f242630e5a8195eeef089f01537b9be4fde000a2)
Signed-off-by: Ben Pai <Ben_Pai@wistron.com>
Change-Id: Ib4c296f128d625e78387cead26c46c76faa39535
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config/mihawk/events.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config/mihawk/events.yaml
index ec63490..ade4567 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config/mihawk/events.yaml
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan-control-events-config/mihawk/events.yaml
@@ -549,7 +549,7 @@
name: Value
type: int64_t
property:
- value: 50000
+ value: 55000
type: int64_t
factor:
value: 1000
@@ -565,10 +565,10 @@
name: Value
type: int64_t
property:
- value: 47000
+ value: 52000
type: int64_t
factor:
- value: 3000
+ value: 1000
type: int64_t
delta:
value: 3
@@ -642,7 +642,7 @@
value: 70000
type: int64_t
factor:
- value: 7000
+ value: 4000
type: int64_t
delta:
value: 5
@@ -689,7 +689,7 @@
name: Value
type: int64_t
property:
- value: 70
+ value: 80
type: int64_t
factor:
value: 1
@@ -705,7 +705,7 @@
name: Value
type: int64_t
property:
- value: 67
+ value: 77
type: int64_t
factor:
value: 4
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/mihawk/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@400/emc1403@4c.conf b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/mihawk/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@400/emc1403@4c.conf
index 7c7b248..939b3c1 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/mihawk/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@400/emc1403@4c.conf
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/sensors/phosphor-hwmon/mihawk/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@400/emc1403@4c.conf
@@ -1,2 +1,5 @@
LABEL_temp2 = "ambient_temp"
-
+WARNHI_temp2 = "38000"
+WARNLO_temp2 = "0"
+CRITHI_temp2 = "40000"
+CRITLO_temp2 = "0"