-
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.
watchdog: davinci_wdt: add OF support
This adds OF support for davinci_wdt driver. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
- Loading branch information
Murali Karicheri
authored and
Wim Van Sebroeck
committed
Dec 19, 2012
1 parent
0360dff
commit 902e2e7
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
Documentation/devicetree/bindings/watchdog/davinci-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,12 @@ | ||
DaVinci Watchdog Timer (WDT) Controller | ||
|
||
Required properties: | ||
- compatible : Should be "ti,davinci-wdt" | ||
- reg : Should contain WDT registers location and length | ||
|
||
Examples: | ||
|
||
wdt: wdt@2320000 { | ||
compatible = "ti,davinci-wdt"; | ||
reg = <0x02320000 0x80>; | ||
}; |
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