[PATCH 1/2] regulator: gpio-regulator: doc: Fix wrong key gpio-enable

Subsystems: open firmware and flattened device tree bindings, the rest, voltage and current regulator framework

STALE5010d

2 messages, 2 authors, 2012-11-13 · open the first message on its own page

[PATCH 1/2] regulator: gpio-regulator: doc: Fix wrong key gpio-enable

From: Frank Li <hidden>
Date: 2012-11-12 09:58:28

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 <redacted>
---
 .../bindings/regulator/gpio-regulator.txt          |    4 ++--
 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 3703be2..f71f808 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
-- 
1.7.1

[PATCH 1/2] regulator: gpio-regulator: doc: Fix wrong key gpio-enable

From: Mark Brown <hidden>
Date: 2012-11-13 07:37:56

On Mon, Nov 12, 2012 at 05:58:28PM +0800, Frank Li wrote:
Wrong description in binding document.
Doc use "gpio-enable", but code use "enable-gpio"
Applied, thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20121113/4d8c564d/attachment.sig>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help