diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-08-18 18:31:16 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-18 18:36:53 +0300 |
commit | 1283b9121155dd25290d017fc1ae6e973e88c8b1 (patch) | |
tree | 5829a34a77a2ee01e361ba1e0cbdca1cf4ce90e9 /Documentation | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) | |
download | linux-1283b9121155dd25290d017fc1ae6e973e88c8b1.tar.xz |
regulator: bindings: Use the correct symbol for second
The symbol for second is in lower case.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-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 ecfc593cac15..6ab5aef619d9 100644 --- a/Documentation/devicetree/bindings/regulator/regulator.txt +++ b/Documentation/devicetree/bindings/regulator/regulator.txt @@ -13,7 +13,7 @@ Optional properties: - regulator-allow-bypass: allow the regulator to go into bypass mode - regulator-allow-set-load: allow the regulator performance level to be configured - <name>-supply: phandle to the parent supply/regulator node -- regulator-ramp-delay: ramp delay for regulator(in uV/uS) +- regulator-ramp-delay: ramp delay for regulator(in uV/us) For hardware which supports disabling ramp rate, it should be explicitly initialised to zero (regulator-ramp-delay = <0>) for disabling ramp delay. - regulator-enable-ramp-delay: The time taken, in microseconds, for the supply |