[PATCH 2/3] Connect an RX8900 RTC to i2c12 of the AST2500 SOC at address 0x32
alastair at au1.ibm.com
alastair at au1.ibm.com
Thu Oct 27 13:27:12 AEDT 2016
From: Alastair D'Silva <alastair at d-silva.org>
Signed-off-by: Alastair D'Silva <alastair at d-silva.org>
---
hw/arm/aspeed.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c
index c7206fd..8ccac3e 100644
--- a/hw/arm/aspeed.c
+++ b/hw/arm/aspeed.c
@@ -100,6 +100,7 @@ static void aspeed_board_init(MachineState *machine,
{
AspeedBoardState *bmc;
AspeedSoCClass *sc;
+ I2CBus *i2c12;
bmc = g_new0(AspeedBoardState, 1);
object_initialize(&bmc->soc, (sizeof(bmc->soc)), cfg->soc_name);
@@ -137,6 +138,9 @@ static void aspeed_board_init(MachineState *machine,
aspeed_board_binfo.ram_size = ram_size;
aspeed_board_binfo.loader_start = sc->info->sdram_base;
+ i2c12 = aspeed_i2c_get_bus((DeviceState *)&bmc->soc.i2c, 11);
+ i2c_create_slave(i2c12, "rx8900", 0x32);
+
arm_load_kernel(ARM_CPU(first_cpu), &aspeed_board_binfo);
}
--
2.7.4
More information about the openbmc
mailing list