aspeed/smc: Use max number of CE instead of 'num_cs'
commitdcacfa945103d179e71bb1c853f2a13aca5ca4b0
authorCédric Le Goater <clg@kaod.org>
Tue, 8 Mar 2022 08:18:11 +0000 (8 09:18 +0100)
committerCédric Le Goater <clg@kaod.org>
Tue, 8 Mar 2022 08:18:11 +0000 (8 09:18 +0100)
treeae7908caa9486db0d70bc71887e2aa7a1761f3f0
parent05e6e40a869cc7e4492c5ffc8161005bbb7be986
aspeed/smc: Use max number of CE instead of 'num_cs'

The Aspeed SMC model uses the 'num_cs' field to allocate resources
fitting the number of devices of the machine. This is a small
optimization without real need in the controller. Simplify modelling
and use the max_peripherals field instead.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20220307071856.1410731-2-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/ssi/aspeed_smc.c