meta-facebook: clemente: Add external temperature sensor
Add temp2 sensor to support monitoring of external temperature.
Change-Id: I3137eaf6f07d978e6fb18fe608a6094a7fd7fb22
Signed-off-by: Alex Wang <alex.ts.wang@fii-foxconn.com>
diff --git a/configurations/meta/clemente_pdb.json b/configurations/meta/clemente_pdb.json
index ae1c2d5..7b2c3b7 100644
--- a/configurations/meta/clemente_pdb.json
+++ b/configurations/meta/clemente_pdb.json
@@ -137,6 +137,7 @@
"iout1",
"pout1",
"temp1",
+ "temp2",
"vout1"
],
"Name": "PDB_VR_P12V_N1",
@@ -173,12 +174,29 @@
"Name": "lower critical",
"Severity": 1,
"Value": 5
+ },
+ {
+ "Direction": "greater than",
+ "Hysteresis": 2.5,
+ "Label": "temp2",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 125
+ },
+ {
+ "Direction": "less than",
+ "Hysteresis": 0.1,
+ "Label": "temp2",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
}
],
"Type": "RAA228004",
"iout1_Name": "PDB_VR_P12V_N1_CURR_A",
"pout1_Name": "PDB_VR_P12V_N1_PWR_W",
"temp1_Name": "PDB_VR_P12V_N1_TEMP_C",
+ "temp2_Name": "PDB_VR_P12V_N1_TEMP1_C",
"vout1_Name": "PDB_VR_P12V_N1_VOLT_V"
},
{
@@ -188,6 +206,7 @@
"iout1",
"pout1",
"temp1",
+ "temp2",
"vout1"
],
"Name": "PDB_VR_P12V_N2",
@@ -224,12 +243,29 @@
"Name": "lower critical",
"Severity": 1,
"Value": 5
+ },
+ {
+ "Direction": "greater than",
+ "Hysteresis": 2.5,
+ "Label": "temp2",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 125
+ },
+ {
+ "Direction": "less than",
+ "Hysteresis": 0.1,
+ "Label": "temp2",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
}
],
"Type": "RAA228004",
"iout1_Name": "PDB_VR_P12V_N2_CURR_A",
"pout1_Name": "PDB_VR_P12V_N2_PWR_W",
"temp1_Name": "PDB_VR_P12V_N2_TEMP_C",
+ "temp2_Name": "PDB_VR_P12V_N2_TEMP1_C",
"vout1_Name": "PDB_VR_P12V_N2_VOLT_V"
},
{