diff options
| author | Andy Gross <agross@codeaurora.org> | 2015-12-15 00:30:45 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2015-12-16 07:29:54 -0500 |
| commit | ee01d0c91ef1c198fd7819c2eb166580e41dc2ea (patch) | |
| tree | e4393e4b9b4af13d179d7cb2400cae7e8bc71798 /Documentation | |
| parent | 57d6567680edf9075d14b7fad9473e9c4a4b337e (diff) | |
regulator: qcom-smd: Add support for PMA8084
This patch adds support and documentation for the PMA8084 regulators
found on APQ8084 platforms.
Signed-off-by: Andy Gross <agross@codeaurora.org>
Acked-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt b/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt index 82557e174258..1f8d6f84b657 100644 --- a/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt | |||
| @@ -22,6 +22,7 @@ Regulator nodes are identified by their compatible: | |||
| 22 | "qcom,rpm-pm8841-regulators" | 22 | "qcom,rpm-pm8841-regulators" |
| 23 | "qcom,rpm-pm8916-regulators" | 23 | "qcom,rpm-pm8916-regulators" |
| 24 | "qcom,rpm-pm8941-regulators" | 24 | "qcom,rpm-pm8941-regulators" |
| 25 | "qcom,rpm-pma8084-regulators" | ||
| 25 | 26 | ||
| 26 | - vdd_s1-supply: | 27 | - vdd_s1-supply: |
| 27 | - vdd_s2-supply: | 28 | - vdd_s2-supply: |
| @@ -67,6 +68,35 @@ Regulator nodes are identified by their compatible: | |||
| 67 | Definition: reference to regulator supplying the input pin, as | 68 | Definition: reference to regulator supplying the input pin, as |
| 68 | described in the data sheet | 69 | described in the data sheet |
| 69 | 70 | ||
| 71 | - vdd_s1-supply: | ||
| 72 | - vdd_s2-supply: | ||
| 73 | - vdd_s3-supply: | ||
| 74 | - vdd_s4-supply: | ||
| 75 | - vdd_s5-supply: | ||
| 76 | - vdd_s6-supply: | ||
| 77 | - vdd_s7-supply: | ||
| 78 | - vdd_s8-supply: | ||
| 79 | - vdd_s9-supply: | ||
| 80 | - vdd_s10-supply: | ||
| 81 | - vdd_s11-supply: | ||
| 82 | - vdd_s12-supply: | ||
| 83 | - vdd_l1_l11-supply: | ||
| 84 | - vdd_l2_l3_l4_l27-supply: | ||
| 85 | - vdd_l5_l7-supply: | ||
| 86 | - vdd_l6_l12_l14_l15_l26-supply: | ||
| 87 | - vdd_l8-supply: | ||
| 88 | - vdd_l9_l10_l13_l20_l23_l24-supply: | ||
| 89 | - vdd_l16_l25-supply: | ||
| 90 | - vdd_l17-supply: | ||
| 91 | - vdd_l18-supply: | ||
| 92 | - vdd_l19-supply: | ||
| 93 | - vdd_l21-supply: | ||
| 94 | - vdd_l22-supply: | ||
| 95 | Usage: optional (pma8084 only) | ||
| 96 | Value type: <phandle> | ||
| 97 | Definition: reference to regulator supplying the input pin, as | ||
| 98 | described in the data sheet | ||
| 99 | |||
| 70 | The regulator node houses sub-nodes for each regulator within the device. Each | 100 | The regulator node houses sub-nodes for each regulator within the device. Each |
| 71 | sub-node is identified using the node's name, with valid values listed for each | 101 | sub-node is identified using the node's name, with valid values listed for each |
| 72 | of the pmics below. | 102 | of the pmics below. |
| @@ -83,6 +113,11 @@ pm8941: | |||
| 83 | l14, l15, l16, l17, l18, l19, l20, l21, l22, l23, l24, lvs1, lvs2, | 113 | l14, l15, l16, l17, l18, l19, l20, l21, l22, l23, l24, lvs1, lvs2, |
| 84 | lvs3, 5vs1, 5vs2 | 114 | lvs3, 5vs1, 5vs2 |
| 85 | 115 | ||
| 116 | pma8084: | ||
| 117 | s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, l4, l5, | ||
| 118 | l6, l7, l8, l9, l10, l11, l12, l13, l14, l15, l16, l17, l18, l19, l20, | ||
| 119 | l21, l22, l23, l24, l25, l26, l27, lvs1, lvs2, lvs3, lvs4, 5vs1 | ||
| 120 | |||
| 86 | The content of each sub-node is defined by the standard binding for regulators - | 121 | The content of each sub-node is defined by the standard binding for regulators - |
| 87 | see regulator.txt. | 122 | see regulator.txt. |
| 88 | 123 | ||
