configurations: system1: update pcie switch temp names
Upon further investigation, it turns out these temperature sensors are
not actually PCIe card temps but are in fact the PCIe switch
temperatures.
There are also 2 more of these temperature sensors which will be added
in a follow up commit. They are configured in 1,3 4,5 and 2,6 pairs to
cover a total of 6 PCIe switches.
Change-Id: I68b839d49b07b31d2dd79a0a4664d7a76cb15199
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/configurations/system1_baseboard.json b/configurations/system1_baseboard.json
index c389d60..fff628e 100644
--- a/configurations/system1_baseboard.json
+++ b/configurations/system1_baseboard.json
@@ -457,8 +457,8 @@
{
"Address": "0x4c",
"Bus": 70,
- "Name": "PCIE_TEMP_1",
- "Name1": "PCIE_TEMP_2",
+ "Name": "PCIE_SWITCH1_TEMP",
+ "Name1": "PCIE_SWITCH3_TEMP",
"Type": "TMP432"
}
],