diff options
author | Titus Rwantare | 2021-07-08 19:25:55 +0200 |
---|---|---|
committer | Corey Minyard | 2021-07-08 21:42:00 +0200 |
commit | 7215456a4fe6d7416fbad829ad25ec994d3a1cd0 (patch) | |
tree | 507abfc07ab6e6fda32899088371e1d39d8d65a0 /hw/arm | |
parent | tests/qtest: add tests for ADM1272 device model (diff) | |
download | qemu-7215456a4fe6d7416fbad829ad25ec994d3a1cd0.tar.gz qemu-7215456a4fe6d7416fbad829ad25ec994d3a1cd0.tar.xz qemu-7215456a4fe6d7416fbad829ad25ec994d3a1cd0.zip |
hw/misc: add MAX34451 device
The MAX34451 is a Maxim power-supply system manager that can monitor up to 16 voltage rails or currents. It also contains a temperature sensor and supports up to four external temperature sensors.
This commit adds support for interfacing with it, and setting limits on the supported sensors.
Reviewed-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Hao Wu <wuhaotsh@google.com>
Signed-off-by: Titus Rwantare <titusr@google.com>
Message-Id: <20210708172556.1868139-5-titusr@google.com>
[Moved the device to the sensor directory]
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'hw/arm')
-rw-r--r-- | hw/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index ae43f0a661..fea84eb2ef 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -375,6 +375,7 @@ config NPCM7XX select ADM1272 select ARM_GIC select AT24C # EEPROM + select MAX34451 select PL310 # cache controller select PMBUS select SERIAL |