diff options
author | Afzal Mohammed <afzal@ti.com> | 2012-07-04 18:00:37 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-08-07 00:07:23 -0700 |
commit | 5f789ebcbc06ff02a53d54f1602e36c9da30dd4c (patch) | |
tree | 7dab0552256ab191e812665363492d464f7d3b9a /arch/arm/boot/dts/am33xx.dtsi | |
parent | a71eb61c9d077ec5019b35da6c883d67fc43d002 (diff) |
arm/dts: Fix am33xx wdt node
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>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 59509c48d7e5..bd0cff3f808c 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -154,5 +154,10 @@ #size-cells = <0>; ti,hwmods = "i2c3"; }; + + wdt2: wdt@44e35000 { + compatible = "ti,omap3-wdt"; + ti,hwmods = "wd_timer2"; + }; }; }; |