commit | ea25a900f593cd34347ec884b3acac09ffe07667 | [log] [tgz] |
---|---|---|
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | Sun Sep 22 18:17:28 2013 +0200 |
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | Sun Sep 29 21:06:58 2013 +0200 |
tree | aa19580c8a00702f20349895ddbc5aa4d7ed6ff0 | |
parent | 4db7634336156254b179b66f6a9fe90d75c44ee4 [diff] |
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>