summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-07-22 10:57:51 +0200
committerMichal Simek <michal.simek@xilinx.com>2015-07-28 11:56:23 +0200
commitb346bd1d2dab37026b3e9c4bd25fdc283c64ff96 (patch)
treefa242bf12a25be342e324bb3dee7e0af26154c7f /arch/arm/dts
parent7e163363fb1c2e22f1eb3ee7334df93bbae8f920 (diff)
downloadblackbird-obmc-uboot-b346bd1d2dab37026b3e9c4bd25fdc283c64ff96.tar.gz
blackbird-obmc-uboot-b346bd1d2dab37026b3e9c4bd25fdc283c64ff96.zip
ARM: zynq: DT: Clean up timer device tree nodes
Separate IRQ cells from each other for easier reading. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/zynq-7000.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi
index 383ddd674b..61256ee423 100644
--- a/arch/arm/dts/zynq-7000.dtsi
+++ b/arch/arm/dts/zynq-7000.dtsi
@@ -288,7 +288,7 @@
ttc0: timer@f8001000 {
interrupt-parent = <&intc>;
- interrupts = < 0 10 4 0 11 4 0 12 4 >;
+ interrupts = <0 10 4>, <0 11 4>, <0 12 4>;
compatible = "cdns,ttc";
clocks = <&clkc 6>;
reg = <0xF8001000 0x1000>;
@@ -296,7 +296,7 @@
ttc1: timer@f8002000 {
interrupt-parent = <&intc>;
- interrupts = < 0 37 4 0 38 4 0 39 4 >;
+ interrupts = <0 37 4>, <0 38 4>, <0 39 4>;
compatible = "cdns,ttc";
clocks = <&clkc 6>;
reg = <0xF8002000 0x1000>;
OpenPOWER on IntegriCloud