ARM: dts: bcm63138: change "interupts" to "interrupts"

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>
This commit is contained in:
Radek Dostal 2014-11-17 15:41:18 +01:00 committed by Jiri Kosina
parent 3943f42c11
commit cbd2551628
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
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>;
};
};