aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Gross <agross@codeaurora.org>2015-04-22 22:41:37 -0500
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2015-06-23 10:27:42 +0100
commit40c2812f3558781c789d99e41aa91219cbfa891f (patch)
tree0fa79b02f8b960b1539f20e1b102a40c1587ae11
parentb21d3d8675d28f0c47b3a95e3cb5751956efcb46 (diff)
mfd: devicetree: qcom-rpm-smd: Add MSM8916tracking-qcomlt-mainline-rpm-smd
This patch adds binding documentation for the MSM8916 and PM8916. Signed-off-by: Andy Gross <agross@codeaurora.org>
-rw-r--r--Documentation/devicetree/bindings/mfd/qcom-rpm-smd.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/qcom-rpm-smd.txt b/Documentation/devicetree/bindings/mfd/qcom-rpm-smd.txt
index 65e55393bab5e..2e28f350c548f 100644
--- a/Documentation/devicetree/bindings/mfd/qcom-rpm-smd.txt
+++ b/Documentation/devicetree/bindings/mfd/qcom-rpm-smd.txt
@@ -10,6 +10,7 @@ frequencies.
Value type: <string>
Definition: must be one of:
"qcom,rpm-msm8974"
+ "qcom,rpm-msm8916"
- qcom,smd-channels:
Usage: required
@@ -31,6 +32,7 @@ Regulator nodes are identified by their compatible:
Definition: must be one of:
"qcom,rpm-pm8841-regulators"
"qcom,rpm-pm8941-regulators"
+ "qcom,rpm-pm8916-regulators"
- vdd_s1-supply:
- vdd_s2-supply:
@@ -82,6 +84,20 @@ Regulator nodes are identified by their compatible:
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:
+- l1_l2_l3-supply:
+- l4_l5_l6-supply:
+- l7-supply:
+- l8_l9_l10_l11_l12_l13_l14_l15_l16_l17_l18-supply:
+
+ Usage: optional (pm8916 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.
@@ -94,6 +110,10 @@ pm8941:
l14, l15, l16, l17, l18, l19, l20, l21, l22, l23, l24, lvs1, lvs2,
lvs3, 5vs1, 5vs2
+pm8916:
+ s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
+ l14, l15, l16, l17, l18
+
The content of each sub-node is defined by the standard binding for regulators -
see regulator.txt.