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)
commitea25a900f593cd34347ec884b3acac09ffe07667
treeaa19580c8a00702f20349895ddbc5aa4d7ed6ff0
parent4db7634336156254b179b66f6a9fe90d75c44ee4
clk: nomadik: move src init out of nomadik_clk_init

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>
drivers/clk/clk-nomadik.c