mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/sensor: add ADM1266 device model
The ADM1266 is a cascadable super sequencer with margin control and fault recording. This commit adds basic support for its PMBus commands and models the identification registers that can be modified in a firmware update. Reviewed-by: Hao Wu <wuhaotsh@google.com> Acked-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: Titus Rwantare <titusr@google.com> [PMD: Cover file in MAINTAINERS] Message-ID: <20231023-staging-pmbus-v3-v4-5-07a8cb7cd20a@google.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
3401b1dd1a
commit
6f351a7a70
5 changed files with 262 additions and 0 deletions
|
@ -2,6 +2,7 @@ system_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
|
|||
system_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
|
||||
system_ss.add(when: 'CONFIG_DPS310', if_true: files('dps310.c'))
|
||||
system_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
|
||||
system_ss.add(when: 'CONFIG_ADM1266', if_true: files('adm1266.c'))
|
||||
system_ss.add(when: 'CONFIG_ADM1272', if_true: files('adm1272.c'))
|
||||
system_ss.add(when: 'CONFIG_MAX34451', if_true: files('max34451.c'))
|
||||
system_ss.add(when: 'CONFIG_LSM303DLHC_MAG', if_true: files('lsm303dlhc_mag.c'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue