diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-03-20 10:15:28 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-04-04 09:09:08 +0200 |
commit | e932900a3279b5dbb6d8f43c7b369003620e137c (patch) | |
tree | 9278ee3e2b6f951a72ef5479029f836403950a11 /arch/arm/mach-zynq/common.c | |
parent | 3d5a96582303e28c48699f3faaf920ef7d43e6f2 (diff) | |
download | op-kernel-dev-e932900a3279b5dbb6d8f43c7b369003620e137c.zip op-kernel-dev-e932900a3279b5dbb6d8f43c7b369003620e137c.tar.gz |
arm: zynq: Use standard timer binding
Use cdns,ttc because this driver is Cadence Rev06
Triple Timer Counter and everybody can use it
without xilinx specific function name or probing.
Also use standard dt description for timer
and also prepare for moving to clocksource
initialization.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/mach-zynq/common.c')
-rw-r--r-- | arch/arm/mach-zynq/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c index 5c89832..76493b0 100644 --- a/arch/arm/mach-zynq/common.c +++ b/arch/arm/mach-zynq/common.c @@ -20,6 +20,7 @@ #include <linux/platform_device.h> #include <linux/clk.h> #include <linux/clk/zynq.h> +#include <linux/clocksource.h> #include <linux/of_address.h> #include <linux/of_irq.h> #include <linux/of_platform.h> |