From patchwork Fri Jun 7 16:11:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 2687981 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 14F09DFB78 for ; Fri, 7 Jun 2013 16:13:49 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UkzHS-0000Pu-6L; Fri, 07 Jun 2013 16:12:46 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UkzHF-0000by-3K; Fri, 07 Jun 2013 16:12:33 +0000 Received: from mail-ea0-x22c.google.com ([2a00:1450:4013:c01::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UkzGq-0000W8-7z for linux-arm-kernel@lists.infradead.org; Fri, 07 Jun 2013 16:12:10 +0000 Received: by mail-ea0-f172.google.com with SMTP id q10so2270846eaj.17 for ; Fri, 07 Jun 2013 09:11:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=xGw2d79s+O4Pc6q+lZ4Dbg2UJ+O9w1M+LzLFpL0HQj8=; b=o4aaHD6WXBOUC1YscCITHvd8lGytXQyOb9Jr604RApj0ZjBrPlFNgswr3whZe/h0lp L6Z/RarbTvx8CJwDriFqKzU37oxXYMcbOW4jXtf3cRH99wEw7rtOHwOSjnJjnc22EN0T Vk10/2xZ+sVuk7KYBWeNbdGqFPvqx5UbWagq0Os2I65x/qRMyLfhsre9AD8iopyNbMBv lub2wpogOAgEHnfz6m54iHqrQRmRCQBFN69rgduG0ywSbwJHSrs1z89aKAy/u+9dKsLd 3A4Bn2Cy+Xlg/37/E81j/pwtagyJjUfllcRdg97J43hboA9zF4npFUXnoCfTPE2i8HxS QbhQ== X-Received: by 10.14.89.66 with SMTP id b42mr39673959eef.89.1370621506517; Fri, 07 Jun 2013 09:11:46 -0700 (PDT) Received: from localhost.localdomain (cpc34-aztw25-2-0-cust250.18-1.cable.virginmedia.com. [86.16.136.251]) by mx.google.com with ESMTPSA id c5sm97260340eeu.8.2013.06.07.09.11.44 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 07 Jun 2013 09:11:45 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 02/10] ARM: ux500: Provide a supply name for the AB8500 AUX regulators to use Date: Fri, 7 Jun 2013 17:11:20 +0100 Message-Id: <1370621488-18130-3-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1370621488-18130-1-git-send-email-lee.jones@linaro.org> References: <1370621488-18130-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQnEGkRd2nmW3jpsj/8EuNH44v53y46YyhESTxu+xY7Iicy9ED8pHuyfDJ9tTRpZX+h1fdMr X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130607_121208_867569_B613041B X-CRM114-Status: UNSURE ( 9.63 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: broonie@linaro.org, Lee Jones , linus.walleij@stericsson.com, arnd@arndb.de, srinidhi.kasagar@stericsson.com 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 AB8500 AUX regulators are supplied by EXT3 on some boards. This supply phandle lookup will enable the regulator core to search for and locate the EXT3 supply at registration time. Signed-off-by: Lee Jones --- arch/arm/boot/dts/dbx5x0.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index ea87fac..be63293 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi @@ -481,6 +481,7 @@ ab8500-regulators { compatible = "stericsson,ab8500-regulator"; + vin-supply = <&ab8500_ext3_reg>; // supplies to the display/camera ab8500_ldo_aux1_reg: ab8500_ldo_aux1 {