configurations: clemente_interposer: update sensor naming rule
Update the sensor names to match the RF naming convention.
Verification:
Use mfg-tool to verify sensor name modification.
Sensor dsiplay after verification:
interposer_CABLE_TSENSE_NEGATIVE_CURR_A
interposer_CABLE_TSENSE_POSITIVE_CURR_A
interposer_P12V_NIC0_CURR_A
interposer_P12V_NIC0_PWR_W
interposer_P12V_NIC0_TEMP_C
interposer_P12V_NIC0_VOLT_V
interposer_P12V_NIC1_CURR_A
interposer_P12V_NIC1_PWR_W
interposer_P12V_NIC1_TEMP_C
interposer_P12V_NIC1_VOLT_V
interposer_P12V_SCM_CURR_A
interposer_P12V_SCM_PWR_W
interposer_P12V_SCM_TEMP_C
interposer_P12V_SCM_VOLT_V
Change-Id: I71acac60cc073c6e652122e633731d0c2f75bda9
Signed-off-by: Kimi Chen <kimi.zy.chen@fii-foxconn.com>
diff --git a/configurations/meta/clemente_interposer.json b/configurations/meta/clemente_interposer.json
index 77da79f..ee697c9 100644
--- a/configurations/meta/clemente_interposer.json
+++ b/configurations/meta/clemente_interposer.json
@@ -49,14 +49,14 @@
}
],
"Type": "INA238",
- "curr1_Name": "Interposer_P12V_NIC0_CURR_A",
+ "curr1_Name": "interposer_P12V_NIC0_CURR_A",
"curr1_Offset": -0.0002,
"curr1_Scale": 57.957575055,
- "in1_Name": "Interposer_P12V_NIC0_VOLT_V",
- "power1_Name": "Interposer_P12V_NIC0_PWR_W",
+ "in1_Name": "interposer_P12V_NIC0_VOLT_V",
+ "power1_Name": "interposer_P12V_NIC0_PWR_W",
"power1_Offset": 0.0022,
"power1_Scale": 58031.56917363,
- "temp1_Name": "Interposer_P12V_NIC0_TEMP_C"
+ "temp1_Name": "interposer_P12V_NIC0_TEMP_C"
},
{
"Address": "0x42",
@@ -101,14 +101,14 @@
}
],
"Type": "INA238",
- "curr1_Name": "Interposer_P12V_NIC1_CURR_A",
+ "curr1_Name": "interposer_P12V_NIC1_CURR_A",
"curr1_Offset": 0.0004,
"curr1_Scale": 54.083288264,
- "in1_Name": "Interposer_P12V_NIC1_VOLT_V",
- "power1_Name": "Interposer_P12V_NIC1_PWR_W",
+ "in1_Name": "interposer_P12V_NIC1_VOLT_V",
+ "power1_Name": "interposer_P12V_NIC1_PWR_W",
"power1_Offset": 0.0032,
"power1_Scale": 54077.438892494,
- "temp1_Name": "Interposer_P12V_NIC1_TEMP_C"
+ "temp1_Name": "interposer_P12V_NIC1_TEMP_C"
},
{
"Address": "0x44",
@@ -153,14 +153,14 @@
}
],
"Type": "INA238",
- "curr1_Name": "Interposer_P12V_SCM_CURR_A",
+ "curr1_Name": "interposer_P12V_SCM_CURR_A",
"curr1_Offset": 8e-05,
"curr1_Scale": 51.030822617,
- "in1_Name": "Interposer_P12V_SCM_VOLT_V",
- "power1_Name": "Interposer_P12V_SCM_PWR_W",
+ "in1_Name": "interposer_P12V_SCM_VOLT_V",
+ "power1_Name": "interposer_P12V_SCM_PWR_W",
"power1_Offset": -0.0102,
"power1_Scale": 50875.050875051,
- "temp1_Name": "Interposer_P12V_SCM_TEMP_C"
+ "temp1_Name": "interposer_P12V_SCM_TEMP_C"
},
{
"Address": "0x44",
@@ -181,7 +181,7 @@
"Type": "INA238",
"curr1_Max": 0.1,
"curr1_Min": 0,
- "curr1_Name": "Interposer_CABLE_TSENSE_POSITIVE_CURR_A",
+ "curr1_Name": "interposer_CABLE_TSENSE_POSITIVE_CURR_A",
"curr1_Scale": 50000
},
{
@@ -194,7 +194,7 @@
"Type": "INA238",
"curr1_Max": 0.1,
"curr1_Min": 0,
- "curr1_Name": "Interposer_CABLE_TSENSE_NEGATIVE_CURR_A",
+ "curr1_Name": "interposer_CABLE_TSENSE_NEGATIVE_CURR_A",
"curr1_Scale": 50000
}
],