ARM: vexpress: Fix wdt interrupt in ca15{-tc1,_a7} dts
authorMark Rutland <Mark.Rutland@arm.com>
Mon, 17 Dec 2012 17:04:50 +0000 (17:04 +0000)
committerPawel Moll <pawel.moll@arm.com>
Tue, 29 Jan 2013 18:20:28 +0000 (18:20 +0000)
As the wdt nodes have the gic as their interrupt-parent, their
interrupts property should be 3 cells in format described in the gic
devicetree binding document.

This patch fixes the interrupts property in the wdt nodes to be in the
correct format.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts
arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts

index a3d37ec..7318717 100644 (file)
@@ -70,7 +70,7 @@
                compatible = "arm,sp805", "arm,primecell";
                status = "disabled";
                reg = <0 0x2b060000 0 0x1000>;
-               interrupts = <98>;
+               interrupts = <0 98 4>;
                clocks = <&oscclk7>;
                clock-names = "apb_pclk";
        };
index cf8071a..dfe371e 100644 (file)
@@ -72,7 +72,7 @@
        wdt@2a490000 {
                compatible = "arm,sp805", "arm,primecell";
                reg = <0 0x2a490000 0 0x1000>;
-               interrupts = <98>;
+               interrupts = <0 98 4>;
                clocks = <&oscclk6a>, <&oscclk6a>;
                clock-names = "wdogclk", "apb_pclk";
        };