Skip to content

Commit

Permalink
ARM: dts: bcm63138: change "interupts" to "interrupts"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Radek Dostal authored and Jiri Kosina committed Nov 20, 2014
1 parent 3943f42 commit cbd2551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm63138.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};

Expand Down

0 comments on commit cbd2551

Please sign in to comment.