[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 13/14] aspeed: Add intel-me on i2c6 instead of BMC
From: |
Peter Delevoryas |
Subject: |
[PATCH 13/14] aspeed: Add intel-me on i2c6 instead of BMC |
Date: |
Mon, 27 Jun 2022 15:27:36 -0700 |
Signed-off-by: Peter Delevoryas <pdel@fb.com>
---
hw/arm/aspeed.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c
index 88e9a47dc2..375d87e6c7 100644
--- a/hw/arm/aspeed.c
+++ b/hw/arm/aspeed.c
@@ -1448,6 +1448,7 @@ static void oby35_cl_i2c_init(AspeedMachineState *bmc)
i2c_slave_create_simple(i2c[1], "adm1272", 0x40);
i2c_slave_create_simple(i2c[1], "tmp421", 0x4c);
i2c_slave_create_simple(i2c[2], "intel-me", 0x16);
+ i2c_slave_create_simple(i2c[6], "intel-me", 0x10);
i2c_slave_create_simple(i2c[4], "isl69259", 0x76);
i2c_slave_create_simple(i2c[4], "isl69259", 0x62);
i2c_slave_create_simple(i2c[4], "isl69259", 0x60);
--
2.30.2
- [PATCH 09/14] pmbus: Reset out buf after switching pages, (continued)
- [PATCH 09/14] pmbus: Reset out buf after switching pages, Peter Delevoryas, 2022/06/27
- [PATCH 10/14] pmbus: Add read-only IC_DEVICE_ID support, Peter Delevoryas, 2022/06/27
- [PATCH 11/14] aspeed: Add oby35-cl machine, Peter Delevoryas, 2022/06/27
- Re: [PATCH 00/14] aspeed: Add I2C new register DMA slave mode support, Peter Delevoryas, 2022/06/27
- [PATCH 12/14] hw/misc: Add intel-me, Peter Delevoryas, 2022/06/27
- [PATCH 13/14] aspeed: Add intel-me on i2c6 instead of BMC,
Peter Delevoryas <=
- Re: [PATCH 12/14] hw/misc: Add intel-me, Cédric Le Goater, 2022/06/28
- Re: [PATCH 00/14] aspeed: Add I2C new register DMA slave mode support, Cédric Le Goater, 2022/06/28