mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
[ARM] tegra: localtimer: Pass target twd rate
Change-Id: I4d57462045732f1f219a62c1be911437adf9a077 Signed-off-by: Colin Cross <ccross@google.com>
This commit is contained in:
@@ -21,5 +21,5 @@
|
||||
void __cpuinit local_timer_setup(struct clock_event_device *evt)
|
||||
{
|
||||
evt->irq = IRQ_LOCALTIMER;
|
||||
twd_timer_setup(evt);
|
||||
twd_timer_setup_scalable(evt, 2500000, 4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user