-
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: 336766 b: refs/heads/master c: 6b728f1 h: refs/heads/master v: v3
- Loading branch information
Rafael J. Wysocki
committed
Dec 4, 2012
1 parent
aadaf78
commit caaadd8
Showing
538 changed files
with
11,439 additions
and
4,045 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: a6b5e88c0e42093b9057856f35770966c8c591e3 | ||
refs/heads/master: 6b728f1a906976ec658827adc9c2d27608aa8517 |
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
42 changes: 42 additions & 0 deletions
42
trunk/Documentation/devicetree/bindings/cpufreq/cpufreq-spear.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,42 @@ | ||
SPEAr cpufreq driver | ||
------------------- | ||
|
||
SPEAr SoC cpufreq driver for CPU frequency scaling. | ||
It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems | ||
which share clock across all CPUs. | ||
|
||
Required properties: | ||
- cpufreq_tbl: Table of frequencies CPU could be transitioned into, in the | ||
increasing order. | ||
|
||
Optional properties: | ||
- clock-latency: Specify the possible maximum transition latency for clock, in | ||
unit of nanoseconds. | ||
|
||
Both required and optional properties listed above must be defined under node | ||
/cpus/cpu@0. | ||
|
||
Examples: | ||
-------- | ||
cpus { | ||
|
||
<...> | ||
|
||
cpu@0 { | ||
compatible = "arm,cortex-a9"; | ||
reg = <0>; | ||
|
||
<...> | ||
|
||
cpufreq_tbl = < 166000 | ||
200000 | ||
250000 | ||
300000 | ||
400000 | ||
500000 | ||
600000 >; | ||
}; | ||
|
||
<...> | ||
|
||
}; |
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
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.