Commit 204accaf authored by Soren Brinkmann's avatar Soren Brinkmann Committed by Michal Simek

arm: dt: zynq: Remove 'clock-ranges' from TTC nodes

The bindings for the TTC changed in commit 'arm: zynq: Use standard
timer binding' (e932900a). That change
removed possible subnodes from this driver rendering the 'clock-ranges'
property invalid for this node.
Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
Acked-by: default avatarPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Acked-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 982264c3
......@@ -124,7 +124,6 @@ ttc0: ttc0@f8001000 {
compatible = "cdns,ttc";
clocks = <&clkc 6>;
reg = <0xF8001000 0x1000>;
clock-ranges;
};
ttc1: ttc1@f8002000 {
......@@ -133,7 +132,6 @@ ttc1: ttc1@f8002000 {
compatible = "cdns,ttc";
clocks = <&clkc 6>;
reg = <0xF8002000 0x1000>;
clock-ranges;
};
scutimer: scutimer@f8f00600 {
interrupt-parent = <&intc>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment