ARM: mxs: look up timrot clock from device tree
authorShawn Guo <shawn.guo@linaro.org>
Mon, 25 Mar 2013 14:57:14 +0000 (22:57 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 1 Apr 2013 08:30:02 +0000 (16:30 +0800)
commit2efb950465e9180c3ff657a755b8a973f7b9ae42
tree4df37150ebe557496ec75841137ec3a44c52f8bc
parent633ef4c7d18982d184242d42056c622a433d93fe
ARM: mxs: look up timrot clock from device tree

Change call clk_get_sys() to of_clk_get() to look up timrot clock from
device tree, so that the clk_register_clkdev() call for timrot can be
saved in clock driver.

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/timer.c
drivers/clk/mxs/clk-imx23.c
drivers/clk/mxs/clk-imx28.c