commit | b674cf2fb59a9df165a2c7b8ff601f438d9763d1 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@freescale.com> | Mon May 19 15:47:32 2014 +0800 |
committer | Shawn Guo <shawn.guo@freescale.com> | Fri Jul 18 16:10:06 2014 +0800 |
tree | dac9b0614b03194580ab750cefeebbbe0b62f039 | |
parent | c16cc8a0e90e91f250fabf08e2c772e3ce4dca74 [diff] |
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>