diff options
author | Titus Rwantare <titusr@google.com> | 2022-03-07 12:06:05 -0800 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-03-08 18:46:48 +0100 |
commit | 5f14cd7032beab6cac8d7ed1b09efc58baddb48c (patch) | |
tree | df6ac9d4eb62125f8fa88bf6000eb793d0e528fa /include/hw/sensor | |
parent | 1c0c52f76208c648a70b115fc99ab558008466da (diff) | |
download | qemu-5f14cd7032beab6cac8d7ed1b09efc58baddb48c.zip qemu-5f14cd7032beab6cac8d7ed1b09efc58baddb48c.tar.gz qemu-5f14cd7032beab6cac8d7ed1b09efc58baddb48c.tar.bz2 |
hw/sensor: add Renesas raa228000 device
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-10-titusr@google.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'include/hw/sensor')
-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 233916f..3e47ff7 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_RAA228000 "raa228000" #define TYPE_RAA229004 "raa229004" struct ISLState { |