Re: [PATCH v1 1/2] hw/misc: Implementating dummy AST2600 I3C model

2021-12-28 Thread Troy Lee
Hi, On Thu, Dec 23, 2021 at 9:48 PM Cédric Le Goater wrote: > > > Hello, > > On 12/22/21 10:23, Troy Lee wrote: > > Introduce a dummy AST2600 I3C model. > > > > Aspeed 2600 SDK enables I3C support by default. The I3C driver will try > > to reset the device controller and setup through device addr

Re: [PATCH v1 1/2] hw/misc: Implementating dummy AST2600 I3C model

2021-12-23 Thread Cédric Le Goater
Hello, On 12/22/21 10:23, Troy Lee wrote: Introduce a dummy AST2600 I3C model. Aspeed 2600 SDK enables I3C support by default. The I3C driver will try to reset the device controller and setup through device address table register. This dummy model response these register with default value

[PATCH v1 1/2] hw/misc: Implementating dummy AST2600 I3C model

2021-12-22 Thread Troy Lee
Introduce a dummy AST2600 I3C model. Aspeed 2600 SDK enables I3C support by default. The I3C driver will try to reset the device controller and setup through device address table register. This dummy model response these register with default value listed on ast2600v10 datasheet chapter 54.2. I