hw/arm/mps2-tz: Correct the OSCCLK settings for mps2-an505 and mps2-an511
commit9f9107e887a048d386ed94e52c1e22cbe4f58a4d
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Feb 2021 11:51:17 +0000 (15 11:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 6 Mar 2021 13:30:38 +0000 (6 13:30 +0000)
tree391a33d520d8b44ab07913ccd88c60ddc0f70367
parent4fb013afcc037c27e3d0cd9af437a737106cca00
hw/arm/mps2-tz: Correct the OSCCLK settings for mps2-an505 and mps2-an511

We were previously using the default OSCCLK settings, which are
correct for the older MPS2 boards (mps2-an385, mps2-an386,
mps2-an500, mps2-an511), but wrong for the mps2-an505 and mps2-511
implemented in mps2-tz.c.  Now we're setting the values explicitly we
can fix them to be correct.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210215115138.20465-4-peter.maydell@linaro.org
hw/arm/mps2-tz.c