projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
128f79c
)
[ARM] tegra: localtimer: Pass target twd rate
author
Colin Cross
<ccross@google.com>
Fri, 20 Aug 2010 05:08:06 +0000
(22:08 -0700)
committer
Colin Cross
<ccross@android.com>
Wed, 6 Oct 2010 23:27:40 +0000
(16:27 -0700)
Change-Id: I4d57462045732f1f219a62c1be911437adf9a077
Signed-off-by: Colin Cross <ccross@google.com>
arch/arm/mach-tegra/localtimer.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/localtimer.c
b/arch/arm/mach-tegra/localtimer.c
index f81ca7cbbc1f7279aea08174896aec401725fa54..6ba38f1361995cb0a58ec3b050321faa43e52534 100644
(file)
--- a/
arch/arm/mach-tegra/localtimer.c
+++ b/
arch/arm/mach-tegra/localtimer.c
@@
-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
);
}