diff options
| author | Titus Rwantare <titusr@google.com> | 2022-03-07 12:06:04 -0800 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-03-08 18:46:48 +0100 |
| commit | 1c0c52f76208c648a70b115fc99ab558008466da (patch) | |
| tree | b82113f845f273e895cb7c1281b04f1c109b58f7 /include/hw | |
| parent | ffcdae677ebb6fab328f6ab913ed7929a3ffa8a8 (diff) | |
| download | focaccia-qemu-1c0c52f76208c648a70b115fc99ab558008466da.tar.gz focaccia-qemu-1c0c52f76208c648a70b115fc99ab558008466da.zip | |
hw/sensor: add Renesas raa229004 PMBus device
The Renesas RAA229004 is a PMBus Multiphase Voltage Regulator Signed-off-by: Titus Rwantare <titusr@google.com> Reviewed-by: Hao Wu <wuhaotsh@google.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Corey Minyard <cminyard@mvista.com> Message-Id: <20220307200605.4001451-9-titusr@google.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'include/hw')
| -rw-r--r-- | include/hw/sensor/isl_pmbus_vr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/sensor/isl_pmbus_vr.h b/include/hw/sensor/isl_pmbus_vr.h index 4e12e95efb..233916f70a 100644 --- a/include/hw/sensor/isl_pmbus_vr.h +++ b/include/hw/sensor/isl_pmbus_vr.h @@ -13,6 +13,7 @@ #include "qom/object.h" #define TYPE_ISL69260 "isl69260" +#define TYPE_RAA229004 "raa229004" struct ISLState { PMBusDevice parent; |