]> Pileus Git - ~andy/linux/commitdiff
arm: dt: zynq: Remove 'clock-ranges' from TTC nodes
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Wed, 27 Nov 2013 01:04:48 +0000 (17:04 -0800)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 12 Dec 2013 08:50:21 +0000 (09:50 +0100)
The bindings for the TTC changed in commit 'arm: zynq: Use standard
timer binding' (e932900a3279b5dbb6d8f43c7b369003620e137c). That change
removed possible subnodes from this driver rendering the 'clock-ranges'
property invalid for this node.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Acked-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-7000.dtsi

index aebc48d8c397b96c51b537798190589bc25cde7f..3ea27e44b82552ea9f309f4280ba9e113528e5fd 100644 (file)
                        compatible = "cdns,ttc";
                        clocks = <&clkc 6>;
                        reg = <0xF8001000 0x1000>;
-                       clock-ranges;
                };
 
                ttc1: ttc1@f8002000 {
                        compatible = "cdns,ttc";
                        clocks = <&clkc 6>;
                        reg = <0xF8002000 0x1000>;
-                       clock-ranges;
                };
                scutimer: scutimer@f8f00600 {
                        interrupt-parent = <&intc>;