-
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: 302183 b: refs/heads/master c: b920eb4 h: refs/heads/master i: 302181: 2c240a0 302179: 634eeb7 302175: 9e7a0b4 v: v3
- Loading branch information
Mark Brown
committed
Apr 10, 2012
1 parent
662ecd4
commit 44cfa43
Showing
612 changed files
with
8,691 additions
and
3,668 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: a9d5801041eecc7baceff49a28e82f91f207a961 | ||
refs/heads/master: b920eb41a8241c54efbbd4f2ed6d074f497b0d9e |
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.