aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/regulator/fixed-regulator.txt
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-04-18 20:26:10 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-04-18 20:26:10 +0400
commit5a59f9681dcf273d0dbc7826d39d77ed513821f3 (patch)
tree6c7f0f3d1ca8a1ca0dba7ebf3662e8b8bb68b63d /Documentation/devicetree/bindings/regulator/fixed-regulator.txt
parenta241dda2f11243b3b87aedf87a3dc9e72580a2b3 (diff)
parent3896c8e6399e6bc73ddbd63de0734b48f9b749f2 (diff)
Automatically merging tracking-panda-fix-usb into merge-linux-linaro
Conflicting files:
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/fixed-regulator.txt')
-rw-r--r--Documentation/devicetree/bindings/regulator/fixed-regulator.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/regulator/fixed-regulator.txt b/Documentation/devicetree/bindings/regulator/fixed-regulator.txt
index 4fae41d5479..fe341147d1b 100644
--- a/Documentation/devicetree/bindings/regulator/fixed-regulator.txt
+++ b/Documentation/devicetree/bindings/regulator/fixed-regulator.txt
@@ -7,10 +7,10 @@ Optional properties:
- gpio: gpio to use for enable control
- startup-delay-us: startup time in microseconds
- enable-active-high: Polarity of GPIO is Active high
-If this property is missing, the default assumed is Active low.
+ If this property is missing, the default assumed is Active low.
- gpio-open-drain: GPIO is open drain type.
If this property is missing then default assumption is false.
--vin-supply: Input supply name.
+- vin-supply: Input supply name.
Any property defined as part of the core regulator
binding, defined in regulator.txt, can also be used.
@@ -30,5 +30,5 @@ Example:
enable-active-high;
regulator-boot-on;
gpio-open-drain;
- vin-supply = <&parent_reg>;
+ vin-supply = "input-supply-name";
};