configurations: mudflap: add new IBM op-panel
Mudflap is a new op-panel being utilized on IBM systems that contains a
variety of devices. It has an seeprom chip, DPS310, TMP275, and HDC1080,
along with a PCA9551 for LED control.
Add in just the DPS310 and TMP275 until simulation support catches up
with the rest of the devices.
Tested:
- Confirmed Ambient 0 and 1 both appeared under
xyz.openbmc_project.HwmonTempSensor and were readable.
Change-Id: I9733dfdc41ace3d22b00b69004df020fbf9d8032
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meson.build b/meson.build
index ba99286..5cd6abb 100644
--- a/meson.build
+++ b/meson.build
@@ -127,6 +127,7 @@
'mtjade.json',
'mtmitchell_bmc.json',
'mtmitchell_mb.json',
+ 'mudflap.json',
'nisqually.json',
'nvme_p4000.json',
'pcie_ssd_retimer.json',