[U-Boot] [PATCH 09/19] ARM: zynq: DT: Clean up timer device tree nodes

Michal Simek michal.simek at xilinx.com
Wed Jul 22 17:38:04 CEST 2015


Separate IRQ cells from each other for easier reading.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

Sync with mainline kernel

---
 arch/arm/dts/zynq-7000.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi
index 383ddd674b08..61256ee42393 100644
--- a/arch/arm/dts/zynq-7000.dtsi
+++ b/arch/arm/dts/zynq-7000.dtsi
@@ -288,7 +288,7 @@
 
 		ttc0: timer at 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 at 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>;
-- 
2.3.5



More information about the U-Boot mailing list