From patchwork Wed Aug 29 08:10:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 11015 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id E991123EFF for ; Wed, 29 Aug 2012 08:13:14 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id E4D9EA191D4 for ; Wed, 29 Aug 2012 08:12:42 +0000 (UTC) Received: by iafj25 with SMTP id j25so553587iaf.11 for ; Wed, 29 Aug 2012 01:13:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=ERbVnXEBJ0rrAyowrZTZygg0ofYEYwW0Ht6OzaVza1I=; b=Lz+q1WE2j95PKVkCvhKdFMD03CoEOzpIgyehe6rVFlciSQdVDpT8AsIDpUMde+YdLH 0iuRJ2N+D4a98S05rWlo1wehu/lPR141cSt26O1QVRAYBSK3L2lh5zaZiS3GZUMeExns PO6t6RjdBJi2valuz/xjtshceHdx0I2SgRYqrPr98+XtUObdnOGY1Wi+VGKSZohowc3c dSVV8CGeOH3fqhcWKHrCIWu2f+v13/cpwesxBda/Y3I5EIuMaBq9PJM9vJoWPToBqNIP gj/MTw55owHgkAhwfqy63CQSbnAbHQCezcq16aKl3TtM8QM3CNh1QU7DrOypvaCa7cNJ enUg== Received: by 10.50.10.201 with SMTP id k9mr734690igb.28.1346227994060; Wed, 29 Aug 2012 01:13:14 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.184.232 with SMTP id ex8csp72468igc; Wed, 29 Aug 2012 01:13:13 -0700 (PDT) Received: by 10.66.87.138 with SMTP id ay10mr1855758pab.38.1346227993261; Wed, 29 Aug 2012 01:13:13 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id pb4si41221160pbc.0.2012.08.29.01.13.12 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 29 Aug 2012 01:13:13 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by pbcmd12 with SMTP id md12so812586pbc.37 for ; Wed, 29 Aug 2012 01:13:12 -0700 (PDT) Received: by 10.68.232.138 with SMTP id to10mr2868525pbc.77.1346227992565; Wed, 29 Aug 2012 01:13:12 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id qn13sm18824928pbb.71.2012.08.29.01.13.09 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 29 Aug 2012 01:13:12 -0700 (PDT) From: Sachin Kamat To: devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org Cc: grant.likely@secretlab.ca, rob.herring@calxeda.com, rob@landley.net, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] dt: Fix incorrect reference in gpio-led documentation Date: Wed, 29 Aug 2012 13:40:46 +0530 Message-Id: <1346227846-17248-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQnwDUvLlsq8aBYGM3xLxcIyAWLgFOP2IN/iICRYTp9lABdMr0Nf50wY2tDsv+8EDLhl2WpR Path to gpio.txt (dt) document was broken. Signed-off-by: Sachin Kamat --- Documentation/devicetree/bindings/gpio/led.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/devicetree/bindings/gpio/led.txt b/Documentation/devicetree/bindings/gpio/led.txt index 9bb308a..edc83c1 100644 --- a/Documentation/devicetree/bindings/gpio/led.txt +++ b/Documentation/devicetree/bindings/gpio/led.txt @@ -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).