clk: nomadik: move src init out of nomadik_clk_init
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sun, 22 Sep 2013 16:17:28 +0000 (18:17 +0200)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sun, 29 Sep 2013 19:06:58 +0000 (21:06 +0200)
nomadik_clk_init currently also maps system reset controller base address
used by clocks and registers a reboot notifier. To allow further cleanup of
nomadik clk setup, this moves system reset controller setup from
nomadik_clk_init to its own function.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Mike Turquette <mturquette@linaro.org>

No differences found