-
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: 291891 b: refs/heads/master c: 0f0cc16 h: refs/heads/master i: 291889: d4ec949 291887: fcda23a v: v3
- Loading branch information
Rafael J. Wysocki
committed
Mar 17, 2012
1 parent
9fcddf4
commit 36468ac
Showing
1,485 changed files
with
13,642 additions
and
54,624 deletions.
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: ab5f299f51259fd2466cf35c89d79bd960e0fc32 | ||
refs/heads/master: 0f0cc1687d7e41ac59e4eaf057aa2fb9e48a9dd3 |
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
21 changes: 21 additions & 0 deletions
21
trunk/Documentation/devicetree/bindings/arm/exynos/power_domain.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,21 @@ | ||
* Samsung Exynos Power Domains | ||
|
||
Exynos processors include support for multiple power domains which are used | ||
to gate power to one or more peripherals on the processor. | ||
|
||
Required Properties: | ||
- compatiable: should be one of the following. | ||
* samsung,exynos4210-pd - for exynos4210 type power domain. | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
|
||
Optional Properties: | ||
- samsung,exynos4210-pd-off: Specifies that the power domain is in turned-off | ||
state during boot and remains to be turned-off until explicitly turned-on. | ||
|
||
Example: | ||
|
||
lcd0: power-domain-lcd0 { | ||
compatible = "samsung,exynos4210-pd"; | ||
reg = <0x10023C00 0x10>; | ||
}; |
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
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
Oops, something went wrong.