ARM: mxs: get reset address from device tree
authorShawn Guo <shawn.guo@linaro.org>
Fri, 29 Mar 2013 01:33:09 +0000 (09:33 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 1 Apr 2013 12:42:13 +0000 (20:42 +0800)
Instead of using static address definition, get reset address from
device tree with mapping, so that core_initcall mxs_arch_reset_init()
can be killed.

The "rtc" clock code in mxs_arch_reset_init() seems to be zombie, since
there is no clk lookup defined in clock driver at all.  Remove it
together.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

No differences found