configurations: sbp1: Swap sensor names
The names of the two voltage rails (PVCCINFAON and PVCCFA_EHV) were
swapped on the MP2971s. The thresholds are still correct, it's just
about the user visible names.
TEST: The webui shows the correct sensor names.
Change-Id: I6a13d4e3882d2095c48ea31f593d710e6cc837ef
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/configurations/sbp1_baseboard.json b/configurations/sbp1_baseboard.json
index da6269b..fddd250 100644
--- a/configurations/sbp1_baseboard.json
+++ b/configurations/sbp1_baseboard.json
@@ -3536,8 +3536,8 @@
"pout2",
"temp1"
],
- "Name": "PVCCFA_EHV_CPU0",
- "Name1": "PVCCINFAON_CPU0",
+ "Name": "PVCCINFAON_CPU0",
+ "Name1": "PVCCFA_EHV_CPU0",
"PollRate": 5.0,
"PowerState": "On",
"Thresholds": [
@@ -3696,8 +3696,8 @@
"pout2",
"temp1"
],
- "Name": "PVCCFA_EHV_CPU1",
- "Name1": "PVCCINFAON_CPU1",
+ "Name": "PVCCINFAON_CPU1",
+ "Name1": "PVCCFA_EHV_CPU1",
"PollRate": 5.0,
"PowerState": "On",
"Thresholds": [
@@ -3856,8 +3856,8 @@
"pout2",
"temp1"
],
- "Name": "PVCCFA_EHV_CPU2",
- "Name1": "PVCCINFAON_CPU2",
+ "Name": "PVCCINFAON_CPU2",
+ "Name1": "PVCCFA_EHV_CPU2",
"PollRate": 5.0,
"PowerState": "On",
"Thresholds": [
@@ -4016,8 +4016,8 @@
"pout2",
"temp1"
],
- "Name": "PVCCFA_EHV_CPU3",
- "Name1": "PVCCINFAON_CPU3",
+ "Name": "PVCCINFAON_CPU3",
+ "Name1": "PVCCFA_EHV_CPU3",
"PollRate": 5.0,
"PowerState": "On",
"Thresholds": [