commit | 667f2988e2c11b25e79a46aff2f269696dbe8dc1 | [log] [tgz] |
---|---|---|
author | Josh Cartwright <josh.cartwright@ni.com> | Mon Nov 19 10:01:03 2012 -0600 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Nov 21 10:51:57 2012 +0100 |
tree | 3ade143b92848bc3172bd2587e294c143040f7be | |
parent | 84d2e38e935620004245f0e22113cf8389834635 [diff] |
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>