projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fbe02e
)
cadence_ttc: changed master clock frequency
author
Peter A. G. Crosthwaite
<peter.crosthwaite@petalogix.com>
Mon, 28 May 2012 17:16:28 +0000
(17:16 +0000)
committer
Peter Maydell
<peter.maydell@linaro.org>
Tue, 19 Jun 2012 13:24:44 +0000
(13:24 +0000)
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>
hw/cadence_ttc.c
patch
|
blob
|
history
diff --git
a/hw/cadence_ttc.c
b/hw/cadence_ttc.c
index 2b5477b68849ad971521b8e36815cfc0f230c50d..dd02f86eb9809c18a87afd6acaffcd20ad79bf8c 100644
(file)
--- a/
hw/cadence_ttc.c
+++ b/
hw/cadence_ttc.c
@@
-405,7
+405,7
@@
static int cadence_ttc_init(SysBusDevice *dev)
int i;
for (i = 0; i < 3; ++i) {
- cadence_timer_init(
25
00000, &s->timer[i]);
+ cadence_timer_init(
1330
00000, &s->timer[i]);
sysbus_init_irq(dev, &s->timer[i].irq);
}