From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] doc: dt: Fix broken reference in gpio-leds documentation Date: Mon, 27 Feb 2012 10:23:18 -0600 Message-ID: <4F4BADF6.5010209@gmail.com> References: <1328549355-7000-1-git-send-email-tklauser@distanz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1328549355-7000-1-git-send-email-tklauser-93Khv+1bN0NyDzI6CaY1VQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Tobias Klauser Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org 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 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