Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbd25516 authored by Radek Dostal's avatar Radek Dostal Committed by Jiri Kosina
Browse files

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: default avatarRadek Dostal <radek.dostal@streamunlimited.com>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 3943f42c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
		};
	};