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>
This commit is contained in:
Titus Rwantare 2022-03-07 12:06:04 -08:00 committed by Philippe Mathieu-Daudé
parent ffcdae677e
commit 1c0c52f762
3 changed files with 27 additions and 0 deletions

View file

@ -13,6 +13,7 @@
#include "qom/object.h"
#define TYPE_ISL69260 "isl69260"
#define TYPE_RAA229004 "raa229004"
struct ISLState {
PMBusDevice parent;