Commit e3041d35058d33a044f3aa3af5e31959c29a548a

Authored by Lokesh Vutla
Committed by Greg Kroah-Hartman
1 parent 5573b6341c

ARM: dts: DRA7: wdt: Fix compatible property for watchdog node

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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/boot/dts/dra7.dtsi
... ... @@ -653,7 +653,7 @@
653 653 };
654 654  
655 655 wdt2: wdt@4ae14000 {
656   - compatible = "ti,omap4-wdt";
  656 + compatible = "ti,omap3-wdt";
657 657 reg = <0x4ae14000 0x80>;
658 658 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
659 659 ti,hwmods = "wd_timer2";