diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-06-24 05:36:57 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-03 05:54:12 -0400 |
commit | 39e24a16283c6780a9049db75a91bcf6b5943b9a (patch) | |
tree | 0d91a4af522613d46af5a646ca2559e114beb9ff /Documentation/devicetree | |
parent | 70083c4c8c60d9ddc188f51e0960574badc919af (diff) |
regulator: s5m8767: Update s5m8767-regulator bindings document
s5m8767 regulator is used on Exynos platforms which use pin controller
to configure GPIOs. Update the example accordingly.
[This had previously been broken by code changes which failed to update
the documentation -- broonie]
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt b/Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt index a35ff99003a5..7364f7114fbd 100644 --- a/Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt | |||
@@ -103,13 +103,13 @@ Example: | |||
103 | 103 | ||
104 | s5m8767,pmic-buck-default-dvs-idx = <0>; | 104 | s5m8767,pmic-buck-default-dvs-idx = <0>; |
105 | 105 | ||
106 | s5m8767,pmic-buck-dvs-gpios = <&gpx0 0 1 0 0>, /* DVS1 */ | 106 | s5m8767,pmic-buck-dvs-gpios = <&gpx0 0 0>, /* DVS1 */ |
107 | <&gpx0 1 1 0 0>, /* DVS2 */ | 107 | <&gpx0 1 0>, /* DVS2 */ |
108 | <&gpx0 2 1 0 0>; /* DVS3 */ | 108 | <&gpx0 2 0>; /* DVS3 */ |
109 | 109 | ||
110 | s5m8767,pmic-buck-ds-gpios = <&gpx2 3 1 0 0>, /* SET1 */ | 110 | s5m8767,pmic-buck-ds-gpios = <&gpx2 3 0>, /* SET1 */ |
111 | <&gpx2 4 1 0 0>, /* SET2 */ | 111 | <&gpx2 4 0>, /* SET2 */ |
112 | <&gpx2 5 1 0 0>; /* SET3 */ | 112 | <&gpx2 5 0>; /* SET3 */ |
113 | 113 | ||
114 | s5m8767,pmic-buck2-dvs-voltage = <1350000>, <1300000>, | 114 | s5m8767,pmic-buck2-dvs-voltage = <1350000>, <1300000>, |
115 | <1250000>, <1200000>, | 115 | <1250000>, <1200000>, |