From patchwork Mon Apr 14 18:50:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 3985351 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 ABB269F2BA for ; Mon, 14 Apr 2014 18:53:37 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EEAC8201FB for ; Mon, 14 Apr 2014 18:53:36 +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 23785201F9 for ; Mon, 14 Apr 2014 18:53:36 +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 1WZlyB-0008RK-Hl; Mon, 14 Apr 2014 18:51:03 +0000 Received: from mail-ie0-f181.google.com ([209.85.223.181]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WZly8-0008Hh-HX for linux-arm-kernel@lists.infradead.org; Mon, 14 Apr 2014 18:51:00 +0000 Received: by mail-ie0-f181.google.com with SMTP id tp5so8490313ieb.40 for ; Mon, 14 Apr 2014 11:50:37 -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=jAZd/eizaggs+G24LyfrHtA0uWMFYxgFRK6MsD1dWyKalNRcsfY6+y2N9EdyJp9Hws xrZFN9rn3NI2F6meub+ru8M45BpN0bdFNgKEP5I3beoK4dp/Fws83vrK7OSeFnggU1mH 557dtjtNq4VJeFJIBm//PmS1LXRUAdrEGTuTh+hZeJ36puadiK3I/M2JdPdWRhNzDxmp 9IjT+5i1RzIAqDqJN2KK4/RdlZgKGAZJgIKM+DduDteUOtW3vgJGbyUYGmfITb4jfo1v pCnM1aiIdwcD5NW2yp+DuwPJaMzxNOmKWvcd9/2VPw7PSF9V2F1/oBPBSJI8Qg97nJdG XOrw== X-Gm-Message-State: ALoCoQlLUIMHcvVa2zEnZbTMiasHXBPfYoNWrwnPL+/4jx6xCZUYQh4APUtEESdiwX0/7NGmNTy5 X-Received: by 10.50.143.104 with SMTP id sd8mr18436367igb.18.1397501437101; Mon, 14 Apr 2014 11:50:37 -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 vf14sm15871924igb.8.2014.04.14.11.50.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 14 Apr 2014 11:50:36 -0700 (PDT) From: Matt Porter To: Devicetree List , Lee Jones , Samuel Ortiz , Liam Girdwood , Mark Brown Subject: [PATCH 1/4] mfd: bcm590xx: update binding with additional BCM59056 regulators Date: Mon, 14 Apr 2014 14:50:25 -0400 Message-Id: <1397501428-8857-2-git-send-email-mporter@linaro.org> X-Mailer: git-send-email 1.8.4 In-Reply-To: <1397501428-8857-1-git-send-email-mporter@linaro.org> References: <1397501428-8857-1-git-send-email-mporter@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140414_115100_612819_ECF88ECF X-CRM114-Status: UNSURE ( 9.85 ) 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.9 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 {