1*7e446a40SChristopher Meis# Voltage Regulator Update Daemon 2*7e446a40SChristopher Meis 3*7e446a40SChristopher MeisThis daemon implements the update process for voltage regulators attached via 4*7e446a40SChristopher MeisI2C/PMBus bus. 5*7e446a40SChristopher Meis 6*7e446a40SChristopher Meis## Configuration Example 7*7e446a40SChristopher Meis 8*7e446a40SChristopher MeisThis example shows an addition to configuration for the Infineon XDPE1X2XX 9*7e446a40SChristopher Meistarget. It only shows the DBUS related information provided by the 10*7e446a40SChristopher Meisconfiguration. 11*7e446a40SChristopher Meis 12*7e446a40SChristopher Meis### EntityManager configuration 13*7e446a40SChristopher Meis 14*7e446a40SChristopher Meis```json 15*7e446a40SChristopher Meis{ 16*7e446a40SChristopher Meis "Address": "0x66", 17*7e446a40SChristopher Meis "Bus": 28, 18*7e446a40SChristopher Meis "Name": "MB_VR_CPU_VCORE1_PDDIO", 19*7e446a40SChristopher Meis "Type": "XDPE1X2XX", 20*7e446a40SChristopher Meis "FirmwareInfo": { 21*7e446a40SChristopher Meis "VendorIANA": "6653", 22*7e446a40SChristopher Meis "CompatibleHardware": "com.tyan.Hardware.S8030.SPI.Host" 23*7e446a40SChristopher Meis } 24*7e446a40SChristopher Meis} 25*7e446a40SChristopher Meis``` 26