Re: [PATCH 3/5] aspeed/smc: Add AST2600 timings registers

2019-11-17 Thread Joel Stanley
On Thu, 14 Nov 2019 at 09:46, Cédric Le Goater wrote: > > Each CS has its own Read Timing Compensation Register on newer SoCs. > > Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley > --- > include/hw/ssi/aspeed_smc.h | 1 + > hw/ssi/aspeed_smc.c | 17 ++--- > 2 fi

[PATCH 3/5] aspeed/smc: Add AST2600 timings registers

2019-11-14 Thread Cédric Le Goater
Each CS has its own Read Timing Compensation Register on newer SoCs. Signed-off-by: Cédric Le Goater --- include/hw/ssi/aspeed_smc.h | 1 + hw/ssi/aspeed_smc.c | 17 ++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/include/hw/ssi/aspeed_smc.h b/include/h