From b674cf2fb59a9df165a2c7b8ff601f438d9763d1 Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Mon, 19 May 2014 15:47:32 +0800 Subject: [PATCH] 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 --- Reading git-format-patch failed