]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: DRA7: wdt: Fix compatible property for watchdog node
authorLokesh Vutla <lokeshvutla@ti.com>
Wed, 12 Nov 2014 05:24:15 +0000 (10:54 +0530)
committerLuis Henriques <luis.henriques@canonical.com>
Fri, 16 Jan 2015 14:34:46 +0000 (14:34 +0000)
commit be6688350a4470e417aaeca54d162652aab40ac5 upstream.

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>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
arch/arm/boot/dts/dra7.dtsi

index f21ef396902f0748fcea92f0409b12a275a51401..e46073edcfd48421c3d15ce646e4c46ef403c767 100644 (file)
                };
 
                wdt2: wdt@4ae14000 {
-                       compatible = "ti,omap4-wdt";
+                       compatible = "ti,omap3-wdt";
                        reg = <0x4ae14000 0x80>;
                        interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
                        ti,hwmods = "wd_timer2";