From patchwork Sun Jun 22 15:31:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Beniamino Galvani X-Patchwork-Id: 4396191 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7FFB49F467 for ; Sun, 22 Jun 2014 15:37:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BCC7520268 for ; Sun, 22 Jun 2014 15:37:38 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E4F8C20222 for ; Sun, 22 Jun 2014 15:37:37 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WyjmX-0005vB-KU; Sun, 22 Jun 2014 15:34:13 +0000 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WyjmC-0005oC-Mc for linux-arm-kernel@lists.infradead.org; Sun, 22 Jun 2014 15:33:53 +0000 Received: by mail-we0-f170.google.com with SMTP id w61so5807421wes.29 for ; Sun, 22 Jun 2014 08:33:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=PF5tN9jjEH3ZiC/WMy1mtOhxSeBhLhDIvqNr8lKWeAo=; b=Fzd/8jjKD/WocHtEdvRaVPYC8BrjXvTfom3ezmXpf0YpmyAIRAWShv7WcyIeubYJpy toXaPg51rkZqC6/PnKXqi81E4qoU191ljAPRrBPdGEQSbOrevVq4geFlEu8Pd+f+zunN f2+Wpkf4m45K2Rc4uaCRcr6VEona50CCYpkJoZ0eIhfISqMbvrVVLMlBGVfzotji4xH5 nag6j4MupIEuiJw5RoKyQraPzR70SezYhhzFIWR0u3ut95cGH1Ms5NLq0xC8eI+ADoIp qrLIg3Rgl+9eoYdiONMcuecjgV/sZtb9boM3dgecGZsjpjmi6vSxjEfR1d9bu7+iiw8O XnbA== X-Received: by 10.180.198.178 with SMTP id jd18mr19177521wic.24.1403451210530; Sun, 22 Jun 2014 08:33:30 -0700 (PDT) Received: from sark.local (host188-27-dynamic.31-79-r.retail.telecomitalia.it. [79.31.27.188]) by mx.google.com with ESMTPSA id ex4sm24500007wic.2.2014.06.22.08.33.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Jun 2014 08:33:29 -0700 (PDT) From: Beniamino Galvani To: Liam Girdwood , Mark Brown Subject: [PATCH 5/5] regulator: act8865: add act8846 to DT binding documentation Date: Sun, 22 Jun 2014 17:31:45 +0200 Message-Id: <1403451105-31929-6-git-send-email-b.galvani@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1403451105-31929-1-git-send-email-b.galvani@gmail.com> References: <1403451105-31929-1-git-send-email-b.galvani@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140622_083352_914705_0EAF97EF X-CRM114-Status: GOOD ( 10.29 ) X-Spam-Score: -0.8 (/) Cc: Mark Rutland , devicetree@vger.kernel.org, Heiko Stuebner , Pawel Moll , Ian Campbell , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Wenyou Yang , Beniamino Galvani , Rob Herring , Kumar Gala , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds a new "active-semi,act8846" compatible string and a list of supported regulator names to the devicetree binding documentation for Active-Semi PMUs. Signed-off-by: Beniamino Galvani --- .../devicetree/bindings/regulator/act8865-regulator.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/regulator/act8865-regulator.txt b/Documentation/devicetree/bindings/regulator/act8865-regulator.txt index bef1fbb..865614b 100644 --- a/Documentation/devicetree/bindings/regulator/act8865-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/act8865-regulator.txt @@ -1,13 +1,16 @@ -ACT8865 regulator +ACT88xx regulators ------------------- Required properties: -- compatible: "active-semi,act8865" +- compatible: "active-semi,act8846" or "active-semi,act8865" - reg: I2C slave address Any standard regulator properties can be used to configure the single regulator. The valid names for regulators are: + - for act8846: + REG1, REG2, REG3, REG4, REG5, REG6, REG7, REG8, REG9, REG10, REG11, REG12 + - for act8865: DCDC_REG1, DCDC_REG2, DCDC_REG3, LDO_REG1, LDO_REG2, LDO_REG3, LDO_REG4. Example: