-
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: 313231 b: refs/heads/master c: dd8d20a h: refs/heads/master i: 313229: 4674365 313227: ff8bb94 313223: 9fb7921 313215: a012f3e v: v3
- Loading branch information
Marek Vasut
authored and
Shawn Guo
committed
Jul 3, 2012
1 parent
49b26ac
commit 6f18427
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: e1d4f23ec0688f58b7d60265f38e1cbe8c3a4432 | ||
refs/heads/master: dd8d20a3f32a7ba37526f5b4dfd4d35a93e5342f |
16 changes: 16 additions & 0 deletions
16
trunk/Documentation/devicetree/bindings/rtc/stmp3xxx-rtc.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,16 @@ | ||
* STMP3xxx/i.MX28 Time Clock controller | ||
|
||
Required properties: | ||
- compatible: should be one of the following. | ||
* "fsl,stmp3xxx-rtc" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
- interrupts: rtc alarm interrupt | ||
|
||
Example: | ||
|
||
rtc@80056000 { | ||
compatible = "fsl,imx28-rtc", "fsl,stmp3xxx-rtc"; | ||
reg = <0x80056000 2000>; | ||
interrupts = <29>; | ||
}; |
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