Re: [PATCH 02/24] hw/misc/mps2-scc: Support configurable number of OSCCLK values

2021-02-12 Thread Philippe Mathieu-Daudé
On 2/5/21 5:59 PM, Peter Maydell wrote: > Currently the MPS2 SCC device implements a fixed number of OSCCLK > values (3). The variant of this device in the MPS3 AN524 board has 6 > OSCCLK values. Switch to using a PROP_ARRAY, which allows board code > to specify how large the OSCCLK array should

[PATCH 02/24] hw/misc/mps2-scc: Support configurable number of OSCCLK values

2021-02-05 Thread Peter Maydell
Currently the MPS2 SCC device implements a fixed number of OSCCLK values (3). The variant of this device in the MPS3 AN524 board has 6 OSCCLK values. Switch to using a PROP_ARRAY, which allows board code to specify how large the OSCCLK array should be as well as its values. With a variable-lengt