]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx5: drop arguments from mx5_clocks_common_init()
authorShawn Guo <shawn.guo@freescale.com>
Mon, 19 May 2014 07:47:32 +0000 (15:47 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 17 Jun 2014 13:14:23 +0000 (21:14 +0800)
commit519148c2008cae987c94f624b25c215b70a26d15
treee5d7c3458f08b38c49bb07dbbe13dc64b554e824
parenta1328086cdffe2b2ea9f6ac612ea2a82596668e8
ARM: imx5: drop arguments from mx5_clocks_common_init()

The function mx5_clocks_common_init() was created with a number of
arguments to pass oscillator clock rate in non-DT boot.  Since i.MX5
is DT only platform, the arguments can be dropped, and the clock rate
can just be retrieved from device tree.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/clk-imx51-imx53.c