From: Shawn Guo Date: Fri, 29 Mar 2013 01:33:09 +0000 (+0800) Subject: ARM: mxs: get reset address from device tree X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~8^2~11^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7cf8815f7d87534dda3657f03e925e58c1f5e1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed