ARM: dts: bcm63138: change "interupts" to "interrupts"
authorRadek Dostal <radek.dostal@streamunlimited.com>
Mon, 17 Nov 2014 14:41:18 +0000 (15:41 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 20 Nov 2014 13:49:43 +0000 (14:49 +0100)
all other nodes in bcm63138.dtsi use "interrupts", this had to be just a typo
which never got noticed, even it may have quite some consequences.

Signed-off-by: Radek Dostal <radek.dostal@streamunlimited.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/arm/boot/dts/bcm63138.dtsi

index f3bb2dd..d2d8e94 100644 (file)
                twd_watchdog: watchdog@1e620 {
                        compatible = "arm,cortex-a9-twd-wdt";
                        reg = <0x1e620 0x20>;
-                       interupts = <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupts = <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>;
                };
        };