]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm/dts: Fix am33xx wdt node
authorAfzal Mohammed <afzal@ti.com>
Wed, 4 Jul 2012 12:30:37 +0000 (18:00 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 7 Aug 2012 07:07:23 +0000 (00:07 -0700)
Add am33xx wdt node.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
[tony@atomide.com: I messed up and produced an empty commit db27ac80 with stg apply]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am33xx.dtsi

index 59509c48d7e5a5c2474f73ac028f73537e0a6659..bd0cff3f808c7c5be55ce79dd31b343d37e6297a 100644 (file)
                        #size-cells = <0>;
                        ti,hwmods = "i2c3";
                };
+
+               wdt2: wdt@44e35000 {
+                       compatible = "ti,omap3-wdt";
+                       ti,hwmods = "wd_timer2";
+               };
        };
 };