-
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: 298867 b: refs/heads/master c: a0421da h: refs/heads/master i: 298865: 517f371 298863: 906e3b4 v: v3
- Loading branch information
Linus Torvalds
committed
Apr 7, 2012
1 parent
fbd0386
commit 3414b9e
Showing
576 changed files
with
8,470 additions
and
3,535 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: 06383f10c49f507220594a455c6491ca6f8c94ab | ||
refs/heads/master: a0421da44fc8dcb94aad8889dae285f7ee923f80 |
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
29 changes: 29 additions & 0 deletions
29
trunk/Documentation/devicetree/bindings/regulator/anatop-regulator.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,29 @@ | ||
Anatop Voltage regulators | ||
|
||
Required properties: | ||
- compatible: Must be "fsl,anatop-regulator" | ||
- anatop-reg-offset: Anatop MFD register offset | ||
- anatop-vol-bit-shift: Bit shift for the register | ||
- anatop-vol-bit-width: Number of bits used in the register | ||
- anatop-min-bit-val: Minimum value of this register | ||
- anatop-min-voltage: Minimum voltage of this regulator | ||
- anatop-max-voltage: Maximum voltage of this regulator | ||
|
||
Any property defined as part of the core regulator | ||
binding, defined in regulator.txt, can also be used. | ||
|
||
Example: | ||
|
||
regulator-vddpu { | ||
compatible = "fsl,anatop-regulator"; | ||
regulator-name = "vddpu"; | ||
regulator-min-microvolt = <725000>; | ||
regulator-max-microvolt = <1300000>; | ||
regulator-always-on; | ||
anatop-reg-offset = <0x140>; | ||
anatop-vol-bit-shift = <9>; | ||
anatop-vol-bit-width = <5>; | ||
anatop-min-bit-val = <1>; | ||
anatop-min-voltage = <725000>; | ||
anatop-max-voltage = <1300000>; | ||
}; |
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.