aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/regulator
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@freescale.com>2012-11-12 17:58:28 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-11-13 16:35:57 +0900
commitdea05fe66edb4540a53ed6623794c4978315256a (patch)
tree3f5e90d1beb1fc2302a45573cffc44157f0472c7 /Documentation/devicetree/bindings/regulator
parentregulator: gpio-regulator: Allow use of GPIO controlled regulators though DT (diff)
downloadlinux-dev-dea05fe66edb4540a53ed6623794c4978315256a.tar.xz
linux-dev-dea05fe66edb4540a53ed6623794c4978315256a.zip
regulator: gpio-regulator: doc: Fix wrong key gpio-enable
Wrong description in binding document. Doc use "gpio-enable", but code use "enable-gpio" In drivers/regulator/gpio-regulator.c config->enable_gpio = of_get_named_gpio(np, "enable-gpio", 0); Signed-off-by: Frank Li <Frank.Li@freescale.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r--Documentation/devicetree/bindings/regulator/gpio-regulator.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/regulator/gpio-regulator.txt b/Documentation/devicetree/bindings/regulator/gpio-regulator.txt
index 3703be2ab821..f71f8083c2ae 100644
--- a/Documentation/devicetree/bindings/regulator/gpio-regulator.txt
+++ b/Documentation/devicetree/bindings/regulator/gpio-regulator.txt
@@ -4,7 +4,7 @@ Required properties:
- compatible : Must be "regulator-gpio".
Optional properties:
-- gpio-enable : GPIO to use to enable/disable the regulator.
+- enable-gpio : GPIO to use to enable/disable the regulator.
- gpios : GPIO group used to control voltage.
- states : Selection of available voltages and GPIO configs.
- startup-delay-us : Startup time in microseconds.
@@ -23,7 +23,7 @@ Example:
regulator-max-microvolt = <2600000>;
regulator-boot-on;
- gpio-enable = <&gpio0 23 0x4>;
+ enable-gpio = <&gpio0 23 0x4>;
gpios = <&gpio0 24 0x4
&gpio0 25 0x4>;
states = <1800000 0x3