configs: Move a sensor from Nisqually to Blyth
One of the TMP275 temp sensors I had originally put on the Nisqually
planar is actually on the Blyth operator panel FRU. Create the Blyth
JSON file and move the sensor definition into it.
Tested: I see the proper D-Bus objects on the Rainier system:
/xyz/openbmc_project/inventory/system/board/Blyth_Panel
/xyz/openbmc_project/inventory/system/board/Blyth_Panel/Ambient_0_Temp
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I873a16c8ba97e15770c628de07d8495c5af08876
diff --git a/configurations/Blyth.json b/configurations/Blyth.json
new file mode 100644
index 0000000..10fb097
--- /dev/null
+++ b/configurations/Blyth.json
@@ -0,0 +1,13 @@
+{
+ "Exposes": [
+ {
+ "Address": "0x48",
+ "Bus": 7,
+ "Name": "Ambient 0 Temp",
+ "Type": "TMP75"
+ }
+ ],
+ "Name": "Blyth Panel",
+ "Probe": "com.ibm.ipzvpd.VINI({'CC': [54, 66, 56, 53]})",
+ "Type": "Board"
+}
diff --git a/configurations/Nisqually.json b/configurations/Nisqually.json
index 4f22368..cfb7959 100644
--- a/configurations/Nisqually.json
+++ b/configurations/Nisqually.json
@@ -30,12 +30,6 @@
},
{
"Address": "0x48",
- "Bus": 7,
- "Name": "Ambient 0 Temp",
- "Type": "TMP75"
- },
- {
- "Address": "0x48",
"Bus": 8,
"Name": "PCIE 0 Temp",
"Type": "TMP75"
diff --git a/meson.build b/meson.build
index ffe3d09..3f70151 100644
--- a/meson.build
+++ b/meson.build
@@ -74,6 +74,7 @@
'A2UL16RISER.json',
'A2UX8X4RISER.json',
'ACBELL_RICA_PSU.json',
+ 'Blyth.json',
'AHW1UM2RISER.json',
'ASPOWER_U1A-D10550_PSU.json',
'ASPOWER_U1A-D10800_PSU.json',