Hi Cédric > Subject: Re: [PATCH v1 3/5] hw/arm/aspeed_soc: Add the ACRY model to > AspeedSoCState > > On 8/13/26 08:24, Jamin Lin wrote: > > Introduce the ASPEED_DEV_ACRY enum slot and add the ACRY model state > > to AspeedSoCState. > > I think this can be merged in the following patch.
Thanks for the suggestion and review. Will do. > > Thanks > > C. > > > > > > Signed-off-by: Jamin Lin <[email protected]> > > --- > > include/hw/arm/aspeed_soc.h | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/include/hw/arm/aspeed_soc.h b/include/hw/arm/aspeed_soc.h > > index cd68c7f1ca..2e7987f9dc 100644 > > --- a/include/hw/arm/aspeed_soc.h > > +++ b/include/hw/arm/aspeed_soc.h > > @@ -25,6 +25,7 @@ > > #include "hw/i2c/aspeed_i2c.h" > > #include "hw/i3c/aspeed_i3c.h" > > #include "hw/ssi/aspeed_smc.h" > > +#include "hw/misc/aspeed_acry.h" > > #include "hw/misc/aspeed_hace.h" > > #include "hw/misc/aspeed_sbc.h" > > #include "hw/misc/aspeed_sli.h" > > @@ -81,6 +82,7 @@ struct AspeedSoCState { > > AspeedSCUState scu; > > AspeedSCUState scuio; > > AspeedHACEState hace; > > + AspeedACRYState acry; > > AspeedXDMAState xdma; > > AspeedADCState adc; > > AspeedSMCState fmc; > > @@ -270,6 +272,7 @@ enum { > > ASPEED_DEV_EMMC, > > ASPEED_DEV_KCS, > > ASPEED_DEV_HACE, > > + ASPEED_DEV_ACRY, > > ASPEED_DEV_DPMCU, > > ASPEED_DEV_DP, > > ASPEED_DEV_I3C,
