-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 313271 b: refs/heads/master c: 94c3073 h: refs/heads/master i: 313269: c2d139f 313267: a56953d 313263: 7a4d41e v: v3
- Loading branch information
Xiao Jiang
authored and
Tony Lindgren
committed
Jul 9, 2012
1 parent
c4f64a2
commit 3c54502
Showing
4 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 3319f697154dfd1b44ab5da73970db9206da14db | ||
refs/heads/master: 94c30732944a03c5d4249abefbea09147579fb92 |
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/devicetree/bindings/watchdog/omap-wdt.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
TI Watchdog Timer (WDT) Controller for OMAP | ||
|
||
Required properties: | ||
compatible: | ||
- "ti,omap3-wdt" for OMAP3 | ||
- "ti,omap4-wdt" for OMAP4 | ||
- ti,hwmods: Name of the hwmod associated to the WDT | ||
|
||
Examples: | ||
|
||
wdt2: wdt@4a314000 { | ||
compatible = "ti,omap4-wdt", "ti,omap3-wdt"; | ||
ti,hwmods = "wd_timer2"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters