configurations: clemente: Fix PDB VR temperature sensor naming
There are two temperature sensors in each PDB VR:
"PDB_VR_P12V_Nx_TEMP_C" and "PDB_VR_P12V_Nx_TEMP1_C".
To follow the Redfish naming convention, the PDB VR temperature sensor
names were updated. Originally, the number was placed after "TEMP";
it has now been moved to the front of "TEMP".
Updated names:
- PDB_VR_P12V_N1_0_TEMP_C
- PDB_VR_P12V_N1_1_TEMP_C
- PDB_VR_P12V_N2_0_TEMP_C
- PDB_VR_P12V_N2_1_TEMP_C
Change-Id: I971156fa4568b3f2c8967b5ad3b938534a13c01a
Signed-off-by: Alex Wang <alex.ts.wang@fii-foxconn.com>
diff --git a/configurations/meta/clemente/clemente_pdb.json b/configurations/meta/clemente/clemente_pdb.json
index 1db514f..5f094dc 100644
--- a/configurations/meta/clemente/clemente_pdb.json
+++ b/configurations/meta/clemente/clemente_pdb.json
@@ -225,8 +225,8 @@
"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",
+ "temp1_Name": "PDB_VR_P12V_N1_0_TEMP_C",
+ "temp2_Name": "PDB_VR_P12V_N1_1_TEMP_C",
"vout1_Name": "PDB_VR_P12V_N1_VOLT_V"
},
{
@@ -310,8 +310,8 @@
"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",
+ "temp1_Name": "PDB_VR_P12V_N2_0_TEMP_C",
+ "temp2_Name": "PDB_VR_P12V_N2_1_TEMP_C",
"vout1_Name": "PDB_VR_P12V_N2_VOLT_V"
},
{