Skip to content

Commit

Permalink
arm: dt: zynq: Remove 'clock-ranges' from TTC nodes
Browse files Browse the repository at this point in the history
The bindings for the TTC changed in commit 'arm: zynq: Use standard
timer binding' (e932900). That change
removed possible subnodes from this driver rendering the 'clock-ranges'
property invalid for this node.

Signed-off-by: Soren Brinkmann <[email protected]>
Acked-by: Peter Crosthwaite <[email protected]>
Acked-by: Daniel Lezcano <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
sorenb-xlnx authored and Michal Simek committed Dec 12, 2013
1 parent 982264c commit 204acca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/boot/dts/zynq-7000.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
compatible = "cdns,ttc";
clocks = <&clkc 6>;
reg = <0xF8001000 0x1000>;
clock-ranges;
};

ttc1: ttc1@f8002000 {
Expand All @@ -133,7 +132,6 @@
compatible = "cdns,ttc";
clocks = <&clkc 6>;
reg = <0xF8002000 0x1000>;
clock-ranges;
};
scutimer: scutimer@f8f00600 {
interrupt-parent = <&intc>;
Expand Down

0 comments on commit 204acca

Please sign in to comment.