forked from torvalds/linux
-
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.
Merge tag 'regulator-v4.2' of git://git.kernel.org/pub/scm/linux/kern…
…el/git/broonie/regulator Pull regulator updates from Mark Brown: "Another fairly quiet release, some new drivers with generic handling for minor features but nothing that makes a substantial difference outside of the subsystem or for most boards: - support for a bunch of new parameters which are present on enough regulators to be worth having generic handling for in the framework. - fixes for some issues with printing constraints during boot which should probably have gone in for v4.1 but didn't. - new drivers for Dialog DA9062, Maxim MAX77621 and Qualcomm SPMI regulators" * tag 'regulator-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator: (45 commits) regulator: qcom_spmi: Fix calculating number of voltages regulator: qcom_spmi: Add missing braces for aligned code regulator: fix simple_return.cocci warnings regulator: Add QCOM SPMI regulator driver regulator: Add docbook for soft start regulator: Add input current limit support regulator: Add soft start support regulator: Add pull down support regulator: Add system_load constraint regulator: max8973: Fix up ramp_delay for MAX8973_RAMP_25mV_PER_US case regulator: core: replace sprintf with scnprintf regulator: core: fix constraints output buffer regulator: core: Don't corrupt display when printing uV offsets regulator: max8973: add support for MAX77621 regulator: max8973: configure ramp delay through callback regulator: pwm-regulator: Diffientiate between dev (device) and rdev (regulator_dev) regulator: pwm-regulator: Remove superfluous is_enabled check regulator: pwm-regulator: Remove unnecessary descriptor attribute from ddata regulator: core: Don't spew backtraces on duplicate sysfs regulator: da9063: Fix up irq leak ...
- Loading branch information
Showing
28 changed files
with
2,897 additions
and
295 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
121 changes: 121 additions & 0 deletions
121
Documentation/devicetree/bindings/regulator/qcom,spmi-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,121 @@ | ||
Qualcomm SPMI Regulators | ||
|
||
- compatible: | ||
Usage: required | ||
Value type: <string> | ||
Definition: must be one of: | ||
"qcom,pm8841-regulators" | ||
"qcom,pm8916-regulators" | ||
"qcom,pm8941-regulators" | ||
|
||
- interrupts: | ||
Usage: optional | ||
Value type: <prop-encoded-array> | ||
Definition: List of OCP interrupts. | ||
|
||
- interrupt-names: | ||
Usage: required if 'interrupts' property present | ||
Value type: <string-array> | ||
Definition: List of strings defining the names of the | ||
interrupts in the 'interrupts' property 1-to-1. | ||
Supported values are "ocp-<regulator_name>", where | ||
<regulator_name> corresponds to a voltage switch | ||
type regulator. | ||
|
||
- vdd_s1-supply: | ||
- vdd_s2-supply: | ||
- vdd_s3-supply: | ||
- vdd_s4-supply: | ||
- vdd_s5-supply: | ||
- vdd_s6-supply: | ||
- vdd_s7-supply: | ||
- vdd_s8-supply: | ||
Usage: optional (pm8841 only) | ||
Value type: <phandle> | ||
Definition: Reference to regulator supplying the input pin, as | ||
described in the data sheet. | ||
|
||
- vdd_s1-supply: | ||
- vdd_s2-supply: | ||
- vdd_s3-supply: | ||
- vdd_s4-supply: | ||
- vdd_l1_l3-supply: | ||
- vdd_l2-supply: | ||
- vdd_l4_l5_l6-supply: | ||
- vdd_l7-supply: | ||
- vdd_l8_l11_l14_l15_l16-supply: | ||
- vdd_l9_l10_l12_l13_l17_l18-supply: | ||
Usage: optional (pm8916 only) | ||
Value type: <phandle> | ||
Definition: Reference to regulator supplying the input pin, as | ||
described in the data sheet. | ||
|
||
- vdd_s1-supply: | ||
- vdd_s2-supply: | ||
- vdd_s3-supply: | ||
- vdd_l1_l3-supply: | ||
- vdd_l2_lvs_1_2_3-supply: | ||
- vdd_l4_l11-supply: | ||
- vdd_l5_l7-supply: | ||
- vdd_l6_l12_l14_l15-supply: | ||
- vdd_l8_l16_l18_19-supply: | ||
- vdd_l9_l10_l17_l22-supply: | ||
- vdd_l13_l20_l23_l24-supply: | ||
- vdd_l21-supply: | ||
- vin_5vs-supply: | ||
Usage: optional (pm8941 only) | ||
Value type: <phandle> | ||
Definition: Reference to regulator supplying the input pin, as | ||
described in the data sheet. | ||
|
||
|
||
The regulator node houses sub-nodes for each regulator within the device. Each | ||
sub-node is identified using the node's name, with valid values listed for each | ||
of the PMICs below. | ||
|
||
pm8841: | ||
s1, s2, s3, s4, s5, s6, s7, s8 | ||
|
||
pm8916: | ||
s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, | ||
l14, l15, l16, l17, l18 | ||
|
||
pm8941: | ||
s1, s2, s3, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, | ||
l15, l16, l17, l18, l19, l20, l21, l22, l23, l24, lvs1, lvs2, lvs3, | ||
mvs1, mvs2 | ||
|
||
The content of each sub-node is defined by the standard binding for regulators - | ||
see regulator.txt - with additional custom properties described below: | ||
|
||
- regulator-initial-mode: | ||
Usage: optional | ||
Value type: <u32> | ||
Descrption: 1 = Set initial mode to high power mode (HPM), also referred | ||
to as NPM. HPM consumes more ground current than LPM, but | ||
it can source significantly higher load current. HPM is not | ||
available on boost type regulators. For voltage switch type | ||
regulators, HPM implies that over current protection and | ||
soft start are active all the time. 0 = Set initial mode to | ||
low power mode (LPM). | ||
|
||
Example: | ||
|
||
regulators { | ||
compatible = "qcom,pm8941-regulators"; | ||
vdd_l1_l3-supply = <&s1>; | ||
|
||
s1: s1 { | ||
regulator-min-microvolt = <1300000>; | ||
regulator-max-microvolt = <1400000>; | ||
}; | ||
|
||
... | ||
|
||
l1: l1 { | ||
regulator-min-microvolt = <1225000>; | ||
regulator-max-microvolt = <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
Oops, something went wrong.