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)
commit8f7cf8815f7d87534dda3657f03e925e58c1f5e1
tree02c73d48dcb2d821029c10af1294d4a12a21a223
parentc226221359f3edf2f53c802dd60f69b7295a3f5c
ARM: mxs: get reset address from device tree

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>
arch/arm/boot/dts/imx23.dtsi
arch/arm/boot/dts/imx28.dtsi
arch/arm/mach-mxs/system.c