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)
committerTony Lindgren <tony@atomide.com>
Wed, 12 Nov 2014 15:27:48 +0000 (07:27 -0800)
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>
arch/arm/boot/dts/dra7.dtsi

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