https://github.com/openbmc/phosphor-hwmon
hwmon to dbus relay
https://github.com/openbmc/phosphor-hwmon
Last synced: 10 months ago
JSON representation
hwmon to dbus relay
- Host: GitHub
- URL: https://github.com/openbmc/phosphor-hwmon
- Owner: openbmc
- License: apache-2.0
- Created: 2015-10-21T03:31:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T11:42:54.000Z (over 1 year ago)
- Last Synced: 2025-03-22T04:02:05.418Z (over 1 year ago)
- Language: C++
- Size: 1.21 MB
- Stars: 8
- Watchers: 26
- Forks: 18
- Open Issues: 13
-
Metadata Files:
- Readme: README.iio.md
- License: LICENSE
Awesome Lists containing this project
README
# Phosphor OpenBMC and IIO devices
Phosphor OpenBMC currently does not provide an IIO device to DBUS bridge in the
same way that hwmon devices are bridged by the phosphor-hwmon-readd application.
Until a daemon can be written, the hwmon-iio bridge driver can be used with the
phosphor-hwmon-readd application, with the limitation that only a single iio
channel can be configured per iio-hwmon platform instance. Typically device
trees are setup with all the iio-channels under a single iio-hwmon platform
device - doing this will result in undefined behavior from phosphor-hwmon-readd.
If a true IIO bridging daemon becomes available in the future,
phosphor-hwmon-readd will not support hwmon-iio bridge devices in any capacity.