mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/i2c: pmbus: add VCAP register
VCAP is a register for devices with energy storage capacitors. Reviewed-by: Benjamin Streb <bstreb@google.com> Acked-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: Titus Rwantare <titusr@google.com> Message-ID: <20231023-staging-pmbus-v3-v4-4-07a8cb7cd20a@google.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
b7fba25ef1
commit
3401b1dd1a
2 changed files with 9 additions and 0 deletions
|
@ -243,6 +243,7 @@ OBJECT_DECLARE_TYPE(PMBusDevice, PMBusDeviceClass,
|
|||
#define PB_HAS_VIN_RATING BIT_ULL(13)
|
||||
#define PB_HAS_VOUT_RATING BIT_ULL(14)
|
||||
#define PB_HAS_VOUT_MODE BIT_ULL(15)
|
||||
#define PB_HAS_VCAP BIT_ULL(16)
|
||||
#define PB_HAS_IOUT BIT_ULL(21)
|
||||
#define PB_HAS_IIN BIT_ULL(22)
|
||||
#define PB_HAS_IOUT_RATING BIT_ULL(23)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue