diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2015-04-30 13:08:59 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-30 23:20:34 +0300 |
commit | 126187dafd221d672abc2c9839453023b884b5c9 (patch) | |
tree | 475874239314426aa8e009a16dbd3964e54cd679 /Documentation/devicetree/bindings/regulator/regulator.txt | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) | |
download | linux-126187dafd221d672abc2c9839453023b884b5c9.tar.xz |
regulator: Fix spelling error in bindings
Minor spell fix, s/intialised/initialised.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/regulator.txt')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/regulator.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/regulator.txt b/Documentation/devicetree/bindings/regulator/regulator.txt index abb26b58c83e..606391bea89b 100644 --- a/Documentation/devicetree/bindings/regulator/regulator.txt +++ b/Documentation/devicetree/bindings/regulator/regulator.txt @@ -13,7 +13,7 @@ Optional properties: - <name>-supply: phandle to the parent supply/regulator node - regulator-ramp-delay: ramp delay for regulator(in uV/uS) For hardware which supports disabling ramp rate, it should be explicitly - intialised to zero (regulator-ramp-delay = <0>) for disabling ramp delay. + initialised to zero (regulator-ramp-delay = <0>) for disabling ramp delay. - regulator-enable-ramp-delay: The time taken, in microseconds, for the supply rail to reach the target voltage, plus/minus whatever tolerance the board design requires. This property describes the total system ramp time |