diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-12-24 04:23:25 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-01-21 03:28:59 -0500 |
commit | 94100e7b5ef80d6b41343fa7ad7a6836023d83e2 (patch) | |
tree | 645a22a842fa7b0ee8bc942720fb61634dbd9de6 /Documentation | |
parent | 7ff6d7a0173b7b66e26beeefa71355c7589ee0bf (diff) |
Documentation: mfd: Fix LDO index in s2mps11.txt
LDO indices start from 1. Fix the example appropriately.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/s2mps11.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt b/Documentation/devicetree/bindings/mfd/s2mps11.txt index 78a840d7510d..15ee89c3cc7b 100644 --- a/Documentation/devicetree/bindings/mfd/s2mps11.txt +++ b/Documentation/devicetree/bindings/mfd/s2mps11.txt | |||
@@ -60,7 +60,7 @@ as per the datasheet of s2mps11. | |||
60 | 60 | ||
61 | - LDOn | 61 | - LDOn |
62 | - valid values for n are 1 to 38 | 62 | - valid values for n are 1 to 38 |
63 | - Example: LDO0, LD01, LDO28 | 63 | - Example: LDO1, LD02, LDO28 |
64 | - BUCKn | 64 | - BUCKn |
65 | - valid values for n are 1 to 10. | 65 | - valid values for n are 1 to 10. |
66 | - Example: BUCK1, BUCK2, BUCK9 | 66 | - Example: BUCK1, BUCK2, BUCK9 |