aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2014-11-12 00:24:15 -0500
committerTony Lindgren <tony@atomide.com>2014-11-12 10:27:48 -0500
commitbe6688350a4470e417aaeca54d162652aab40ac5 (patch)
treee4f145b8583a18ebb1b35b3b389f3986068cacee /arch/arm/boot
parentf7b79c98b88f1514011ada44b4ef0990759fc8c6 (diff)
ARM: dts: DRA7: wdt: Fix compatible property for watchdog node
OMAP wdt driver supports only ti,omap3-wdt compatible. In DRA7 dt wdt compatible property is defined as ti,omap4-wdt by mistake instead of ti,omap3-wdt. Correcting the typo. Fixes: 6e58b8f1daaf1a ("ARM: dts: DRA7: Add the dts files for dra7 SoC and dra7-evm board") Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/dra7.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 9cc98436a982..666e796847d8 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -653,7 +653,7 @@
653 }; 653 };
654 654
655 wdt2: wdt@4ae14000 { 655 wdt2: wdt@4ae14000 {
656 compatible = "ti,omap4-wdt"; 656 compatible = "ti,omap3-wdt";
657 reg = <0x4ae14000 0x80>; 657 reg = <0x4ae14000 0x80>;
658 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; 658 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
659 ti,hwmods = "wd_timer2"; 659 ti,hwmods = "wd_timer2";