diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2015-04-28 09:19:02 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 14:44:33 +0800 |
commit | de8e434d09f253369621e994da1833703c5c51d6 (patch) | |
tree | 9fef4bbd34c78167086b2c7f57b8eaea7a979a1d /arch/arm/mach-s5pv210/Makefile | |
parent | cf20968a78c8cc8c1c06f6693a0059d27548656e (diff) | |
download | linux-de8e434d09f253369621e994da1833703c5c51d6.tar.bz2 |
ARM: imx: drop epit timer initialization from imx35 clock driver
EPIT provides another timer implementation besides the default GPT
timer. The imx35 clock driver will use EPIT timer when option
CONFIG_MXC_USE_EPIT is enabled. However, initializing timers from
clock driver is a workaround solution and causes problem when we move
clock drivers into driver/clk.
Let's simply drop the EPIT initialization from there. If people really
want this EPIT option, EPIT timer driver needs to be reworked to do the
initialization in a standard way - use CLOCKSOURCE_OF_DECLARE() with
device tree support.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/Makefile')
0 files changed, 0 insertions, 0 deletions