diff options
author | Nishanth Menon <nm@ti.com> | 2013-07-16 11:41:09 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-17 11:05:58 +0100 |
commit | 393536f8b9bbcafce2d334153783c0b7382ca457 (patch) | |
tree | 9a49b33c698440fb11a8a92999e9c7088ba9350b /Documentation | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) | |
download | blackbird-op-linux-393536f8b9bbcafce2d334153783c0b7382ca457.tar.gz blackbird-op-linux-393536f8b9bbcafce2d334153783c0b7382ca457.zip |
regulator: palmas-pmic: doc: fix typo for sleep-mode
commit 3c870e3f9d9d98f1ab98614b3b1fd5c79287d361
(regulator: palmas: Change the DT node property names to follow the convention)
Missed updating mode-sleep from sleep-mode. Fix the same.
Documentation example seems proper for this property.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/palmas-pmic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt index d5a308629c57..04d67f092383 100644 --- a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt +++ b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt @@ -31,7 +31,7 @@ Optional nodes: Optional sub-node properties: ti,warm-reset - maintain voltage during warm reset(boolean) ti,roof-floor - control voltage selection by pin(boolean) - ti,sleep-mode - mode to adopt in pmic sleep 0 - off, 1 - auto, + ti,mode-sleep - mode to adopt in pmic sleep 0 - off, 1 - auto, 2 - eco, 3 - forced pwm ti,tstep - slope control 0 - Jump, 1 10mV/us, 2 5mV/us, 3 2.5mV/us ti,smps-range - OTP has the wrong range set for the hardware so override |