linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: bcm63138: change "interupts" to "interrupts"
@ 2014-11-10 16:35 Radek Dostal
  2014-11-10 17:46 ` Florian Fainelli
  0 siblings, 1 reply; 4+ messages in thread
From: Radek Dostal @ 2014-11-10 16:35 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 Hi all,

 when running git grep with typo, I spotted this typo inDT binding, which 
 looks obviously wrong to me. Sorry I do not have the board to test it, but 
 I am pretty sure the patch is correct.

 I hope I included, right people get_maintainer.pl showed bit too many.

 Thanks,
 Radek

 arch/arm/boot/dts/bcm63138.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm63138.dtsi b/arch/arm/boot/dts/bcm63138.dtsi
index f3bb2dd..d2d8e94 100644
--- a/arch/arm/boot/dts/bcm63138.dtsi
+++ b/arch/arm/boot/dts/bcm63138.dtsi
@@ -102,7 +102,7 @@
 		twd_watchdog: watchdog at 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>;
 		};
 	};
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-20 13:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 16:35 [PATCH] ARM: dts: bcm63138: change "interupts" to "interrupts" Radek Dostal
2014-11-10 17:46 ` Florian Fainelli
2014-11-17 14:41   ` [PATCH RESEND] " Radek Dostal
2014-11-20 13:51     ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).