yosemite4: add "InputUnavailableAsFailed" in JSON for sensor RTM_TEMP
Summary:
# Description:
- Add "InputUnavailableAsFailed" for sensor RTM_TEMP
# Motivation:
- If The configuration "unavailableAsFailed" of RTM_TEMP is undefined,
RTM_TEMP will be treated as failed
and trigger failSafe (PWM 100%) before POST_COMPLETE.
# Test Plan:
- Do AC cycle and check SEL. (the failSafe is not triggered.)
# Test Log:
root@bmc:~# mfg-tool log-display 2>/dev/null | grep -i FAN
root@bmc:~#
Change-Id: I52e395ef401caaea665094b4b3475a9623f87fe4
Signed-off-by: Rush Chen <rush.chen.wiwynn@gmail.com>
diff --git a/configurations/meta/yosemite4_sentineldome_t1_retimer.json b/configurations/meta/yosemite4_sentineldome_t1_retimer.json
index 48151ef..e573f44 100644
--- a/configurations/meta/yosemite4_sentineldome_t1_retimer.json
+++ b/configurations/meta/yosemite4_sentineldome_t1_retimer.json
@@ -9,6 +9,7 @@
"ICoefficient": -0.02,
"ILimitMax": 100,
"ILimitMin": -50,
+ "InputUnavailableAsFailed": false,
"Inputs": [
"SENTINEL_DOME_SLOT $bus % 15 MB_X8_RTM_TEMP_C"
],
diff --git a/configurations/meta/yosemite4_sentineldome_t2_retimer.json b/configurations/meta/yosemite4_sentineldome_t2_retimer.json
index c12afdd..513dd5f 100644
--- a/configurations/meta/yosemite4_sentineldome_t2_retimer.json
+++ b/configurations/meta/yosemite4_sentineldome_t2_retimer.json
@@ -9,6 +9,7 @@
"ICoefficient": -0.02,
"ILimitMax": 100,
"ILimitMin": -50,
+ "InputUnavailableAsFailed": false,
"Inputs": [
"SENTINEL_DOME_SLOT $bus % 15 MB_X8_RTM_TEMP_C"
],