]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: zynq: remove TTC early mapping
authorJosh Cartwright <josh.cartwright@ni.com>
Mon, 19 Nov 2012 16:01:03 +0000 (10:01 -0600)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 21 Nov 2012 09:51:57 +0000 (10:51 +0100)
commit8b3d98f0424113b190b927d0e2793beddd49194a
tree3ade143b92848bc3172bd2587e294c143040f7be
parent774854bdda936495b3db8a688b8411d274da2c1f
ARM: zynq: remove TTC early mapping

Now that the TTC driver has proper support for DT bindings, it is not
necessary for the registers to be mapped early.  They will be mapped
during clock initialization using of_iomap().  Remove the early mapping.

In addition, remove the extraneous zynq_soc.h include from the timer
driver.

Signed-off-by: Josh Cartwright <josh.cartwright@ni.com>
Tested-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynq/common.c
arch/arm/mach-zynq/include/mach/zynq_soc.h
arch/arm/mach-zynq/timer.c