projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfedaf1
)
arm: omap2: board-generic: use omap4_local_timer_init for AM437x
author
Felipe Balbi
<balbi@ti.com>
Tue, 20 Oct 2015 21:05:59 +0000
(16:05 -0500)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 21 Oct 2015 23:30:19 +0000
(16:30 -0700)
AM437x-based boards, can use omap4_local_timer_init()
just fine. Let's use that instead.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-generic.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/board-generic.c
b/arch/arm/mach-omap2/board-generic.c
index a99db5b550b78a16e622c8f6cd5441bd73b7427a..6bcea25f5f10d9b24bcde35c06b72af7e118b15b 100644
(file)
--- a/
arch/arm/mach-omap2/board-generic.c
+++ b/
arch/arm/mach-omap2/board-generic.c
@@
-272,7
+272,7
@@
DT_MACHINE_START(AM43_DT, "Generic AM43 (Flattened Device Tree)")
.init_late = am43xx_init_late,
.init_irq = omap_gic_of_init,
.init_machine = omap_generic_init,
- .init_time = omap
3_gptimer
_timer_init,
+ .init_time = omap
4_local
_timer_init,
.dt_compat = am43_boards_compat,
.restart = omap44xx_restart,
MACHINE_END