summary refs log tree commit diff stats
path: root/include/hw/sensor
diff options
context:
space:
mode:
authorTitus Rwantare <titusr@google.com>2022-03-07 12:06:05 -0800
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2022-03-08 18:46:48 +0100
commit5f14cd7032beab6cac8d7ed1b09efc58baddb48c (patch)
treedf6ac9d4eb62125f8fa88bf6000eb793d0e528fa /include/hw/sensor
parent1c0c52f76208c648a70b115fc99ab558008466da (diff)
downloadfocaccia-qemu-5f14cd7032beab6cac8d7ed1b09efc58baddb48c.tar.gz
focaccia-qemu-5f14cd7032beab6cac8d7ed1b09efc58baddb48c.zip
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.h1
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 233916f70a..3e47ff7e48 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 {