Change PSU json to support PSU Sensor
Change S-1100ADU00-201 PSU json file to support PSU power input sensor.
Tested By:
New property Name1 and threshold properties show correctly in
entity-manager dbus interface.
Change-Id: Ifdff89ab87016d4b1e20b962a864d278fe5ad9c3
Signed-off-by: Cheng C Yang <cheng.c.yang@linux.intel.com>
diff --git a/configurations/Flextronics S-1100ADU00-201 PSU.json b/configurations/Flextronics S-1100ADU00-201 PSU.json
index d9b6a52..d62e59a 100644
--- a/configurations/Flextronics S-1100ADU00-201 PSU.json
+++ b/configurations/Flextronics S-1100ADU00-201 PSU.json
@@ -4,7 +4,23 @@
{
"Address": "0x59",
"Bus": "$bus",
- "Name": "Flextronics S-1100ADU00-201 PSU Device",
+ "Name": "PSU2",
+ "Thresholds" : [
+ {
+ "Direction": "greater than",
+ "Label": "pin",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 2149
+ },
+ {
+ "Direction": "greater than",
+ "Label": "pin",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 1951
+ }
+ ],
"Type": "pmbus"
},
{
@@ -29,7 +45,23 @@
{
"Address": "0x58",
"Bus": "$bus",
- "Name": "Flextronics S-1100ADU00-201 PSU Device",
+ "Name": "PSU1",
+ "Thresholds" : [
+ {
+ "Direction": "greater than",
+ "Label": "pin",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 2149
+ },
+ {
+ "Direction": "greater than",
+ "Label": "pin",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 1951
+ }
+ ],
"Type": "pmbus"
},
{
@@ -49,4 +81,4 @@
"SerialNumber": "$BOARD_SERIAL_NUMBER"
}
}
-]
\ No newline at end of file
+]