configurations: sbp1: Swap NIC temperatures
NIC1 and NIC2 temperatures were swapped. NIC2 is connected to
a lower i2c bus than NIC1 is.
Change-Id: Ide839fd302968aa4f9581cd7e153f839e4ce423a
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/configurations/sbp1_baseboard.json b/configurations/sbp1_baseboard.json
index 181c68f..aab31f3 100644
--- a/configurations/sbp1_baseboard.json
+++ b/configurations/sbp1_baseboard.json
@@ -394,8 +394,8 @@
"Labels": [
"temp2"
],
- "Name": "NIC1_0",
- "Name1": "NIC1",
+ "Name": "NIC2_0",
+ "Name1": "NIC2",
"PowerState": "On",
"Type": "ADM1021"
},
@@ -405,8 +405,8 @@
"Labels": [
"temp2"
],
- "Name": "NIC2_0",
- "Name1": "NIC2",
+ "Name": "NIC1_0",
+ "Name1": "NIC1",
"PowerState": "On",
"Type": "ADM1021"
},