Hello, Here is a small series of patches I have been collecting from Joel. It populates the Aspeed machines with more I2C devices and adds a minimal model for the DPS310 sensor model.
The AST2600 SoC revision is updated to A3 and the A1 is dropped as it didn't seem useful to keep multiple revision of a SoC. If all is fine, I will send a pull request with these patches. Thanks, C. Joel Stanley (4): arm/aspeed: rainier: Add i2c eeproms and muxes aspeed: Emulate the AST2600A3 hw/misc: Add Infineon DPS310 sensor model arm/aspeed: Add DPS310 to Witherspoon and Rainier include/hw/misc/aspeed_scu.h | 2 + hw/arm/aspeed.c | 54 ++++++++- hw/arm/aspeed_ast2600.c | 6 +- hw/misc/aspeed_scu.c | 36 ++++-- hw/misc/dps310.c | 227 +++++++++++++++++++++++++++++++++++ hw/arm/Kconfig | 1 + hw/misc/Kconfig | 4 + hw/misc/meson.build | 1 + 8 files changed, 316 insertions(+), 15 deletions(-) create mode 100644 hw/misc/dps310.c -- 2.31.1