Hi, As usual, a couple of fixes and small extensions. There is also a minimal DPS310 sensor model, which needs a little more review.
Thanks, C. Andrew Jeffery (3): watchdog: aspeed: Sanitize control register values watchdog: aspeed: Fix sequential control writes misc/pca9552: Fix LED status register indexing in pca955x_get_led() Guenter Roeck (1): hw: arm: aspeed: Enable eth0 interface for aspeed-ast2600-evb Joel Stanley (6): hw: aspeed_gpio: Simplify 1.8V defines hw: aspeed_gpio: Clarify GPIO controller name 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 + include/hw/watchdog/wdt_aspeed.h | 1 + hw/arm/aspeed.c | 57 +++++++- hw/arm/aspeed_ast2600.c | 6 +- hw/gpio/aspeed_gpio.c | 97 +++++++------ hw/misc/aspeed_scu.c | 36 ++++- hw/misc/dps310.c | 227 +++++++++++++++++++++++++++++++ hw/misc/pca9552.c | 2 +- hw/watchdog/wdt_aspeed.c | 26 +++- hw/arm/Kconfig | 1 + hw/misc/Kconfig | 4 + hw/misc/meson.build | 1 + 12 files changed, 392 insertions(+), 68 deletions(-) create mode 100644 hw/misc/dps310.c -- 2.31.1