diff options
author | Josh Cartwright <josh.cartwright@ni.com> | 2012-10-31 20:56:14 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2012-11-14 16:10:42 +0100 |
commit | 91dc985c5e51af7036c1ccf9cea1b05662c96791 (patch) | |
tree | dd34ce5f4a2946cacf11bfceecce653792158d31 /arch/arm/boot/dts/zynq-zc702.dts | |
parent | ARM: zynq: use zynq clk bindings (diff) | |
download | linux-91dc985c5e51af7036c1ccf9cea1b05662c96791.tar.xz linux-91dc985c5e51af7036c1ccf9cea1b05662c96791.zip |
ARM: zynq: add clk binding support to the ttc
Add support for retrieving TTC configuration from device tree. This
includes the ability to pull information about the driving clocks from
the of_clk bindings.
Signed-off-by: Josh Cartwright <josh.cartwright@ni.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/boot/dts/zynq-zc702.dts')
-rw-r--r-- | arch/arm/boot/dts/zynq-zc702.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/zynq-zc702.dts b/arch/arm/boot/dts/zynq-zc702.dts index 86f44d5b0265..c772942a399a 100644 --- a/arch/arm/boot/dts/zynq-zc702.dts +++ b/arch/arm/boot/dts/zynq-zc702.dts @@ -32,3 +32,13 @@ &ps_clk { clock-frequency = <33333330>; }; + +&ttc0_0 { + status = "ok"; + compatible = "xlnx,ttc-counter-clocksource"; +}; + +&ttc0_1 { + status = "ok"; + compatible = "xlnx,ttc-counter-clockevent"; +}; |