From patchwork Fri Nov 8 11:35:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 289810 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 7986D2C00A8 for ; Fri, 8 Nov 2013 22:37:44 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754221Ab3KHLha (ORCPT ); Fri, 8 Nov 2013 06:37:30 -0500 Received: from mail-pd0-f178.google.com ([209.85.192.178]:52478 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752830Ab3KHLh3 (ORCPT ); Fri, 8 Nov 2013 06:37:29 -0500 Received: by mail-pd0-f178.google.com with SMTP id x10so2018250pdj.37 for ; Fri, 08 Nov 2013 03:37:28 -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=vk1Wjtj4Q5PxOfF3E4LHR+vU7Wj3LS7vngbjrm1o5Wo=; b=FxHTSi0ZTT222LsTseeEua/wqfuGJwcsBbulDqFu2qvIhKbDa0rsa9c/7xMX6wwJ05 DTGFLPc3ZSjs1FufECKHRKwEujDCGPwQkRQXUQZIVtj+YOZtwrZBK2AMrKt0m0kCRZNB R91Y7k1kfQAS1XPWlYtuQ/plDGVekK8myPkgqZ9ZPBlEVBu/Aycf4n9Rbb/GuifnHSbO YUQBrvOnNFMBSrH0fXdZ39Oc50OmhdROXCuBpjyWABZQtAwVoMLTBYt7t2vqBR+doAr4 ZmXSBju8Af4E7qSOIDkAVqT9JIrtebFvH0W3tv5p4t9CW19IoawbrANRrmqw/HCHXFmr lDrw== X-Gm-Message-State: ALoCoQlQIs55UoFOjZhgWYhI7ynBqXWbZsUkGOnW1O4dar+HFH8KW6uwIxMbx7bcGbib4vYmRhW7 X-Received: by 10.68.196.69 with SMTP id ik5mr14524754pbc.132.1383910648672; Fri, 08 Nov 2013 03:37:28 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id iu7sm11495719pbc.45.2013.11.08.03.37.25 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Nov 2013 03:37:28 -0800 (PST) From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: linux-doc@vger.kernel.org, devicetree@vger.kernel.org, lee.jones@linaro.org, rob@landley.net, sachin.kamat@linaro.org Subject: [PATCH 1/1] Documentation/mfd: Update s2mps11.txt Date: Fri, 8 Nov 2013 17:05:42 +0530 Message-Id: <1383910542-19349-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 Updated the number of LDOs and BUCKs as per the user manual. Fixed trivial typos to improve readability. Signed-off-by: Sachin Kamat --- Documentation/devicetree/bindings/mfd/s2mps11.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt b/Documentation/devicetree/bindings/mfd/s2mps11.txt index c9332c626021..78a840d7510d 100644 --- a/Documentation/devicetree/bindings/mfd/s2mps11.txt +++ b/Documentation/devicetree/bindings/mfd/s2mps11.txt @@ -1,10 +1,10 @@ * Samsung S2MPS11 Voltage and Current Regulator -The Samsung S2MP211 is a multi-function device which includes voltage and +The Samsung S2MPS11 is a multi-function device which includes voltage and current regulators, RTC, charger controller and other sub-blocks. It is -interfaced to the host controller using a I2C interface. Each sub-block is -addressed by the host system using different I2C slave address. +interfaced to the host controller using an I2C interface. Each sub-block is +addressed by the host system using different I2C slave addresses. Required properties: - compatible: Should be "samsung,s2mps11-pmic". @@ -43,7 +43,8 @@ sub-node should be of the format as listed below. BUCK[2/3/4/6] supports disabling ramp delay on hardware, so explictly regulator-ramp-delay = <0> can be used for them to disable ramp delay. - In absence of regulator-ramp-delay property, default ramp delay will be used. + In the absence of the regulator-ramp-delay property, the default ramp + delay will be used. NOTE: Some BUCKs share the ramp rate setting i.e. same ramp value will be set for a particular group of BUCKs. So provide same regulator-ramp-delay. @@ -58,10 +59,10 @@ supports. Note: The 'n' in LDOn and BUCKn represents the LDO or BUCK number as per the datasheet of s2mps11. - LDOn - - valid values for n are 1 to 28 + - valid values for n are 1 to 38 - Example: LDO0, LD01, LDO28 - BUCKn - - valid values for n are 1 to 9. + - valid values for n are 1 to 10. - Example: BUCK1, BUCK2, BUCK9 Example: