diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-10 14:03:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-10 14:03:58 -0400 |
commit | 50aaa6bc047ab3b20321c2a1fdc224401fcd899d (patch) | |
tree | ef09d36800385d448a9f3c0fff21dacb449716ea /Documentation | |
parent | bb93109e1544e2a4d12c2c35bf1af84c25a2699d (diff) | |
parent | 37c3f0144c806e026b8d1ce0f41a5f57b25e44f5 (diff) |
Merge tag 'regulator-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator fixes from Mark Brown:
"Fixes for the merge window
A set of small fixes for issues noticed during the merge window, all
very much non-invasive"
* tag 'regulator-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
MAINTAINERS: Update git repository
regulator: max8997: Fix a trivial typo in documentation
regulator: s5m8767: Fix a trivial typo in documentation
regulator: s2mps11: Convert ramp rate to uV/us and set default ramp rate
regulator: s5m8767: Update s5m8767-regulator bindings document
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/max8997-regulator.txt | 2 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/devicetree/bindings/regulator/max8997-regulator.txt b/Documentation/devicetree/bindings/regulator/max8997-regulator.txt index 9e5e51d78868..5c186a7a77ba 100644 --- a/Documentation/devicetree/bindings/regulator/max8997-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/max8997-regulator.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | * Maxim MAX8997 Voltage and Current Regulator | 1 | * Maxim MAX8997 Voltage and Current Regulator |
2 | 2 | ||
3 | The Maxim MAX8997 is a multi-function device which includes volatage and | 3 | The Maxim MAX8997 is a multi-function device which includes voltage and |
4 | current regulators, rtc, charger controller and other sub-blocks. It is | 4 | current regulators, rtc, charger controller and other sub-blocks. It is |
5 | interfaced to the host controller using a i2c interface. Each sub-block is | 5 | interfaced to the host controller using a i2c interface. Each sub-block is |
6 | addressed by the host system using different i2c slave address. This document | 6 | addressed by the host system using different i2c slave address. This document |
diff --git a/Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt b/Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt index a35ff99003a5..d1660a90fc06 100644 --- a/Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | * Samsung S5M8767 Voltage and Current Regulator | 1 | * Samsung S5M8767 Voltage and Current Regulator |
2 | 2 | ||
3 | The Samsung S5M8767 is a multi-function device which includes volatage and | 3 | The Samsung S5M8767 is a multi-function device which includes voltage and |
4 | current regulators, rtc, charger controller and other sub-blocks. It is | 4 | current regulators, rtc, charger controller and other sub-blocks. It is |
5 | interfaced to the host controller using a i2c interface. Each sub-block is | 5 | interfaced to the host controller using a i2c interface. Each sub-block is |
6 | addressed by the host system using different i2c slave address. This document | 6 | addressed by the host system using different i2c slave address. This document |
@@ -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>, |