diff options
author | Radek Dostal <radek.dostal@streamunlimited.com> | 2014-11-17 09:41:18 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-11-20 08:49:43 -0500 |
commit | cbd2551628c50816b479e7689641f553f1aa688e (patch) | |
tree | a5299455e27ea5d986400d6cbff9712b5f15af4f /arch/arm/boot | |
parent | 3943f42c11896ce82ad3da132c8a5630313bdd0e (diff) |
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/bcm63138.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm63138.dtsi b/arch/arm/boot/dts/bcm63138.dtsi index f3bb2dd6269e..d2d8e94e0aa2 100644 --- a/arch/arm/boot/dts/bcm63138.dtsi +++ b/arch/arm/boot/dts/bcm63138.dtsi | |||
@@ -102,7 +102,7 @@ | |||
102 | twd_watchdog: watchdog@1e620 { | 102 | twd_watchdog: watchdog@1e620 { |
103 | compatible = "arm,cortex-a9-twd-wdt"; | 103 | compatible = "arm,cortex-a9-twd-wdt"; |
104 | reg = <0x1e620 0x20>; | 104 | reg = <0x1e620 0x20>; |
105 | interupts = <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>; | 105 | interrupts = <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>; |
106 | }; | 106 | }; |
107 | }; | 107 | }; |
108 | 108 | ||