[PATCH] doc: dt: Fix broken reference in gpio-leds documentation
Rob Herring
robherring2 at gmail.com
Tue Feb 28 03:23:18 EST 2012
On 02/06/2012 11:29 AM, Tobias Klauser wrote:
> The gpios property is described in Documentation/devicetree/gpio.txt, so
> reference this document.
>
> Signed-off-by: Tobias Klauser <tklauser at distanz.ch>
Applied.
Rob
> ---
> Documentation/devicetree/bindings/gpio/led.txt | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/gpio/led.txt b/Documentation/devicetree/bindings/gpio/led.txt
> index 141087c..fd2bd56 100644
> --- a/Documentation/devicetree/bindings/gpio/led.txt
> +++ b/Documentation/devicetree/bindings/gpio/led.txt
> @@ -7,9 +7,9 @@ Each LED is represented as a sub-node of the gpio-leds device. Each
> node's name represents the name of the corresponding LED.
>
> LED sub-node properties:
> -- gpios : Should specify the LED's GPIO, see "Specifying GPIO information
> - for devices" in Documentation/devicetree/booting-without-of.txt. Active
> - low LEDs should be indicated using flags in the GPIO specifier.
> +- gpios : Should specify the LED's GPIO, see "gpios property" in
> + Documentation/devicetree/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).
> - linux,default-trigger : (optional) This parameter, if present, is a
More information about the devicetree-discuss
mailing list