From patchwork Mon Dec 10 08:55:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1856111 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id BB96ADFB79 for ; Mon, 10 Dec 2012 09:01:33 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1ThzBQ-0000Bz-Jz; Mon, 10 Dec 2012 08:57:52 +0000 Received: from mail-wi0-f179.google.com ([209.85.212.179]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1ThzA6-00089v-Of for linux-arm-kernel@lists.infradead.org; Mon, 10 Dec 2012 08:56:32 +0000 Received: by mail-wi0-f179.google.com with SMTP id o1so790898wic.0 for ; Mon, 10 Dec 2012 00:56:30 -0800 (PST) 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=vGALaUy6rKuwPpBAQd2co+DFBz7Fs68rmu0CXMrcMPM=; b=VFNg9YO9WJSFC1v6zJ68nj8TKKxl5ZKkr3CW5xZogC8VK6GA2eYfeCLmAayd7tKEJN yP0sCrnAUhcaGHX+I2wcYr6vasO44UkZYONpooH+2i7jrBzKkUKoa3BApLaQ5bPmDYgl oMmxXtS9p3R0UhUsfLMB3Kgubx5oz9Q1coyP6r8dtFdUel9M+L0kDhpDHXvwyuzKLO9v 3rdVH/bn9oPyL5Lejc4TkeMT/xJlUuoVyJZ+lyNqcqaw9hmj5safydqNrF99g3ybNV8r SCsgUGzCZ8FkJerHVzRqbFxF/N4DPwvTear1BcbKEyBkh7FnppFqBDurqtuchRBXmTbH VvgQ== Received: by 10.180.92.74 with SMTP id ck10mr4480332wib.9.1355129790420; Mon, 10 Dec 2012 00:56:30 -0800 (PST) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id fv2sm9173114wib.4.2012.12.10.00.56.29 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Dec 2012 00:56:29 -0800 (PST) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 08/12] ARM: ux500: Specify which IOS regulator to use for MMCI Date: Mon, 10 Dec 2012 08:55:57 +0000 Message-Id: <1355129761-8088-9-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1355129761-8088-1-git-send-email-lee.jones@linaro.org> References: <1355129761-8088-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQnFhbzfrjXdkufwfNknmiph4QoWUIF9xOUS5ITA6qk9bGq1WSfhFY+g9EyxfLxnB2DXJDVh X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121210_035631_022942_0F039BB6 X-CRM114-Status: GOOD ( 11.06 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.179 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: ulf.hansson@linaro.org, Lee Jones , linus.walleij@stericsson.com, arnd@arndb.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org In an effort to move platform specific GPIO controlled regulators out from platform code we've created a new mechanism to specify them from within the MMCI driver using the supply name 'vmmc-ios'. For that to happen when booting device tree, we need to supply it in the MMCI (SDI) node. Signed-off-by: Lee Jones Acked-by: Linus Walleij --- arch/arm/boot/dts/href.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/href.dtsi b/arch/arm/boot/dts/href.dtsi index 592fb9d..f2c0f66 100644 --- a/arch/arm/boot/dts/href.dtsi +++ b/arch/arm/boot/dts/href.dtsi @@ -87,6 +87,7 @@ mmc-cap-sd-highspeed; mmc-cap-mmc-highspeed; vmmc-supply = <&ab8500_ldo_aux3_reg>; + vqmmc-supply = <&vmmci>; cd-gpios = <&tc3589x_gpio 3 0x4>;