mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 22:41:07 +00:00
cadence_ttc: changed master clock frequency
Change the timer clock frequency to 133MHz which is correct. the old 2.5MHz value was for the pre-silicon emulation platform. Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
5fbe02e8bb
commit
69efc0265f
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ static int cadence_ttc_init(SysBusDevice *dev)
|
|||
int i;
|
||||
|
||||
for (i = 0; i < 3; ++i) {
|
||||
cadence_timer_init(2500000, &s->timer[i]);
|
||||
cadence_timer_init(133000000, &s->timer[i]);
|
||||
sysbus_init_irq(dev, &s->timer[i].irq);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue