]> Pileus Git - ~andy/linux/commitdiff
dt: Fix incorrect reference in gpio-led documentation
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 11 Sep 2012 03:21:23 +0000 (08:51 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 11 Sep 2012 05:26:45 +0000 (07:26 +0200)
Path to gpio.txt (dt) document was broken.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/gpio/led.txt

index 9bb308abd2213c3ee061ebbf45389f4643f583ba..edc83c1c0d54bb5f7f3297593eba77f1931e3d12 100644 (file)
@@ -8,7 +8,7 @@ node's name represents the name of the corresponding LED.
 
 LED sub-node properties:
 - gpios :  Should specify the LED's GPIO, see "gpios property" in
-  Documentation/devicetree/gpio.txt.  Active low LEDs should be
+  Documentation/devicetree/bindings/gpio/gpio.txt.  Active low LEDs should be
   indicated using flags in the GPIO specifier.
 - label :  (optional) The label for this LED.  If omitted, the label is
   taken from the node name (excluding the unit address).