xref: /openbmc/phosphor-bmc-code-mgmt/i2c-vr/README.md (revision 7e446a407a579ec72f48009008ad2f83c01c2262)
1# Voltage Regulator Update Daemon
2
3This daemon implements the update process for voltage regulators attached via
4I2C/PMBus bus.
5
6## Configuration Example
7
8This example shows an addition to configuration for the Infineon XDPE1X2XX
9target. It only shows the DBUS related information provided by the
10configuration.
11
12### EntityManager configuration
13
14```json
15{
16  "Address": "0x66",
17  "Bus": 28,
18  "Name": "MB_VR_CPU_VCORE1_PDDIO",
19  "Type": "XDPE1X2XX",
20  "FirmwareInfo": {
21    "VendorIANA": "6653",
22    "CompatibleHardware": "com.tyan.Hardware.S8030.SPI.Host"
23  }
24}
25```
26