From: Shawn Guo Date: Fri, 10 May 2013 02:19:01 +0000 (+0800) Subject: ARM: imx: create mxc_arch_reset_init_dt() for DT boot X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~69^2~10^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1e31d126b4db6a3a8d96883fae40fe22d5eba65;p=pandora-kernel.git ARM: imx: create mxc_arch_reset_init_dt() for DT boot The mxc_arch_reset_init() uses static mapping and calls clk_get_sys() to get clock. It's suitable for non-DT boot but not for DT boot where dynamic mapping and of_clk_get() should be used instead. Create mxc_arch_reset_init_dt() as the DT variant of mxc_arch_reset_init(), and change DT platforms to use it. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed