mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
aspeed/smc: Fix max_slaves of the legacy SMC device
The legacy controller only has one slave. Reviewed-by: Joel Stanley <joel@jms.id.au> Message-Id: <20200819100956.2216690-8-clg@kaod.org> Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
0d3119edd0
commit
9b9624714c
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ static const AspeedSMCController controllers[] = {
|
|||
.r_timings = R_TIMINGS,
|
||||
.nregs_timings = 1,
|
||||
.conf_enable_w0 = CONF_ENABLE_W0,
|
||||
.max_slaves = 5,
|
||||
.max_slaves = 1,
|
||||
.segments = aspeed_segments_legacy,
|
||||
.flash_window_base = ASPEED_SOC_SMC_FLASH_BASE,
|
||||
.flash_window_size = 0x6000000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue