[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 23/24] arm/aspeed: Add DPS310 to rainier
From: |
Cédric Le Goater |
Subject: |
[PATCH 23/24] arm/aspeed: Add DPS310 to rainier |
Date: |
Wed, 7 Apr 2021 19:16:36 +0200 |
From: Joel Stanley <joel@jms.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
hw/arm/aspeed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c
index 19588e17fec8..96782269b220 100644
--- a/hw/arm/aspeed.c
+++ b/hw/arm/aspeed.c
@@ -617,9 +617,9 @@ static void rainier_bmc_i2c_init(AspeedMachineState *bmc)
i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 6), TYPE_TMP105,
0x4b);
- /* Bus 7: TODO dps310@76 */
/* Bus 7: TODO max31785@52 */
i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 7), "pca9552", 0x61);
+ i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 7), "dps310", 0x76);
/* Bus 7: TODO si7021-a20@20 */
i2c_slave_create_simple(aspeed_i2c_get_bus(&soc->i2c, 7), TYPE_TMP105,
0x48);
--
2.26.3
- [PATCH 05/24] hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias, (continued)
- [PATCH 18/24] aspeed: Add support for the rainier-bmc board, Cédric Le Goater, 2021/04/07
- [PATCH 23/24] arm/aspeed: Add DPS310 to rainier,
Cédric Le Goater <=
- [PATCH 11/24] tests/acceptance: Test ast2400 and ast2500 machines, Cédric Le Goater, 2021/04/07
- [PATCH 20/24] aspeed: Emulate the AST2600A3, Cédric Le Goater, 2021/04/07
- [PATCH 21/24] hw/block: m25p80: Add support for mt25qu02g, Cédric Le Goater, 2021/04/07
[PATCH 14/24] aspeed/smc: Add a 'features' attribute to the object class, Cédric Le Goater, 2021/04/07