-
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: 360588 b: refs/heads/master c: 15920d1 h: refs/heads/master v: v3
- Loading branch information
Gabor Juhos
authored and
Wim Van Sebroeck
committed
Mar 1, 2013
1 parent
eb8d611
commit a5808bf
Showing
3 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: 09f5100a592d11dad06b218f41d560ff1f87f666 | ||
refs/heads/master: 15920d12998a408efe4b1b25a28c21dfc48f6e69 |
13 changes: 13 additions & 0 deletions
13
trunk/Documentation/devicetree/bindings/watchdog/qca-ar7130-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,13 @@ | ||
* Qualcomm Atheros AR7130 Watchdog Timer (WDT) Controller | ||
|
||
Required properties: | ||
- compatible: must be "qca,ar7130-wdt" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
|
||
Example: | ||
|
||
wdt@18060008 { | ||
compatible = "qca,ar9330-wdt", "qca,ar7130-wdt"; | ||
reg = <0x18060008 0x8>; | ||
}; |
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