From patchwork Tue Dec 24 09:23:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 304921 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 66BA22C00B7 for ; Tue, 24 Dec 2013 20:26:53 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751486Ab3LXJ0v (ORCPT ); Tue, 24 Dec 2013 04:26:51 -0500 Received: from mail-pa0-f53.google.com ([209.85.220.53]:53474 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751340Ab3LXJ0u (ORCPT ); Tue, 24 Dec 2013 04:26:50 -0500 Received: by mail-pa0-f53.google.com with SMTP id hz1so6284697pad.26 for ; Tue, 24 Dec 2013 01:26:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Im24v8WTKYCg8Aes3PpjZas2xek+ui7yDglBM2Aod9U=; b=mqsSKRlEYAp7mum7MfRsbVuY9fEeSgYPba8RW24J5zbn63WYZ/gS43EbNk5jIC8z5X KihGqX2vCp44nSzNvi/sDDbWhtKxepIUzV9dVypUfN+IVwhIQ5QvEn3Ms9lt+rvbpKQu eaDXi4XRqO3vi1Mo91+rh18dosM9rkdC9iSshdm94uw4BiIMfieAW9kCwf8Fwkq742g0 7UDuzkPMluvUJp9XqOm/fb1tfMd4Zbk5cT2FWDeAnSQkCQ8dQCcWfg0tBNOyANdM8E9g QK7owEtuBW1cBFmM/fUaoSdy7+2/OxwnTXfC7HtQTmoIR7pxVJzNhjU3ZzS9VHi49iso hvoA== X-Gm-Message-State: ALoCoQmFvpeFfvo7koi9DQUdLRlVsp8Q/LgCZYXZz3dOHsQZNLXJg7A6kTxIvw7evl92USJbPKAa X-Received: by 10.68.130.39 with SMTP id ob7mr31404182pbb.63.1387877209509; Tue, 24 Dec 2013 01:26:49 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id yi10sm52544645pab.8.2013.12.24.01.26.46 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 24 Dec 2013 01:26:48 -0800 (PST) From: Sachin Kamat To: devicetree@vger.kernel.org Cc: linux-doc@vger.kernel.org, robh+dt@kernel.org, rob@landley.net, lee.jones@linaro.org, sachin.kamat@linaro.org Subject: [PATCH 1/1] Documentation: mfd: Fix LDO index in s2mps11.txt Date: Tue, 24 Dec 2013 14:53:25 +0530 Message-Id: <1387877005-19035-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org LDO indices start from 1. Fix the example appropriately. Signed-off-by: Sachin Kamat --- Documentation/devicetree/bindings/mfd/s2mps11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt b/Documentation/devicetree/bindings/mfd/s2mps11.txt index 78a840d7510d..15ee89c3cc7b 100644 --- a/Documentation/devicetree/bindings/mfd/s2mps11.txt +++ b/Documentation/devicetree/bindings/mfd/s2mps11.txt @@ -60,7 +60,7 @@ as per the datasheet of s2mps11. - LDOn - valid values for n are 1 to 38 - - Example: LDO0, LD01, LDO28 + - Example: LDO1, LD02, LDO28 - BUCKn - valid values for n are 1 to 10. - Example: BUCK1, BUCK2, BUCK9