From patchwork Tue May 20 20:28:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 4212851 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id CEAE0BEEAB for ; Tue, 20 May 2014 20:31:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1DFE22034C for ; Tue, 20 May 2014 20:31:13 +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 44B1C20212 for ; Tue, 20 May 2014 20:31:12 +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 1Wmqef-0004Uk-HB; Tue, 20 May 2014 20:28:57 +0000 Received: from mail-ig0-f176.google.com ([209.85.213.176]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WmqeP-0004Fb-5N for linux-arm-kernel@lists.infradead.org; Tue, 20 May 2014 20:28:41 +0000 Received: by mail-ig0-f176.google.com with SMTP id hl10so5351349igb.9 for ; Tue, 20 May 2014 13:28:19 -0700 (PDT) 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:in-reply-to :references; bh=NeApN4J+M/YG3AYcOLuIt49vabIlUJAMQiGnllo3NJ0=; b=fkQW/hT3g/unv2MJScHJZfoOa9NVRpVQrTjWtOnTasgr3WYyVFiekl4NqquwzyYIMD Lb1qasroGZ8MR9Dj7sk6Fco5/3Hz+aXEpAsRET8O17klIFHVCttpbu7hIaWg7Lqd/Ua4 HzG5+TLdJ6Y4uV7/EDfkCt+TnZfFfXaqeiF6Gw+U6gb7QD/uvOINagFlBWmLgCGdqaA1 Yu7ljL4ryxjsdGbabmZGNYheljR1gpqLEBNpZyZPn3SiPRYwwzpp4Gb8YepzwaDNTVXv iR7dy7cH4VRAP+Z43pc0uAGN4TgP6sk9yuxliC/X9KPFqGpMdSHLfXlt1MavBE/Jr66A q8LQ== X-Gm-Message-State: ALoCoQkw/qz7ijiP24ms6AcCROQmbgvnwVj1o8xfGNjaLuTy/GlH46DAcVarRj7LMcAitOSKaN7Q X-Received: by 10.42.208.8 with SMTP id ga8mr43443732icb.55.1400617699421; Tue, 20 May 2014 13:28:19 -0700 (PDT) Received: from beef.ohporter.com (cpe-98-27-254-98.neo.res.rr.com. [98.27.254.98]) by mx.google.com with ESMTPSA id fn3sm31420294igb.22.2014.05.20.13.28.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 May 2014 13:28:18 -0700 (PDT) From: Matt Porter To: Devicetree List , Lee Jones , Samuel Ortiz , Liam Girdwood , Mark Brown Subject: [PATCH RESEND v2 1/4] mfd: bcm590xx: update binding with additional BCM59056 regulators Date: Tue, 20 May 2014 16:28:03 -0400 Message-Id: <1400617686-9701-2-git-send-email-mporter@linaro.org> X-Mailer: git-send-email 1.8.4 In-Reply-To: <1400617686-9701-1-git-send-email-mporter@linaro.org> References: <1400617686-9701-1-git-send-email-mporter@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140520_132841_243860_4314435D X-CRM114-Status: UNSURE ( 9.74 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: Tim Kryger , Markus Mayer , Linux Kernel Mailing List , Linux ARM Kernel List X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 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=-2.5 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 The BCM59056 supports GPLDO1-6 and VBUS regulators in a secondary I2C slave address space. Add these regulators to the list of valid regulator node names for BCM59056. Signed-off-by: Matt Porter --- Documentation/devicetree/bindings/mfd/bcm590xx.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mfd/bcm590xx.txt b/Documentation/devicetree/bindings/mfd/bcm590xx.txt index 1fe30e2..be51a15 100644 --- a/Documentation/devicetree/bindings/mfd/bcm590xx.txt +++ b/Documentation/devicetree/bindings/mfd/bcm590xx.txt @@ -19,7 +19,9 @@ Optional child nodes: The valid regulator node names for BCM59056 are: rfldo, camldo1, camldo2, simldo1, simldo2, sdldo, sdxldo, mmcldo1, mmcldo2, audldo, micldo, usbldo, vibldo, - csr, iosr1, iosr2, msr, sdsr1, sdsr2, vsr + csr, iosr1, iosr2, msr, sdsr1, sdsr2, vsr, + gpldo1, gpldo2, gpldo3, gpldo4, gpldo5, gpldo6, + vbus Example: pmu: bcm59056@8 {