ARM: socfgpa: prepare for arch-wide .init_time callback
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Wed, 4 Sep 2013 11:35:50 +0000 (13:35 +0200)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sun, 29 Sep 2013 19:07:14 +0000 (21:07 +0200)
commit8e7b25f1aa9accb8e4c80d0c019d769c979f2ec6
treeb689bd2c28e0946662bf1964486f5ad830f94323
parent27966ffe43d412483f0823b15b8c035db04969c7
ARM: socfgpa: prepare for arch-wide .init_time callback

Current socfpga board init calls of_clk_init() from .machine_init. To
allow consolidation of DT driven .time_init, move of_clock_init() to
a temporary .time_init that will be removed when arch-wide callback is
available.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Dinh Nguyen <dinguyen@altera.com>
arch/arm/mach-socfpga/socfpga.c