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: 13441 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 8A6F323E1A for ; Mon, 10 Dec 2012 08:56:32 +0000 (UTC) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by fiordland.canonical.com (Postfix) with ESMTP id 3F5B7A18908 for ; Mon, 10 Dec 2012 08:56:32 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id s9so10704051iec.27 for ; Mon, 10 Dec 2012 00:56:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=vGALaUy6rKuwPpBAQd2co+DFBz7Fs68rmu0CXMrcMPM=; b=ByzcyeMRhwnC1PuVh2X71UdpAuXaerfi0A6yCaceqaaLBsi2souv7l8Lo2VkJ66cpR f8ZX6KSlYfdv4fC7C84ESwKLwuUWoJFwmWdVarDmGsAve0R+/QKnmk/sUgcXDlUYTKXN FGRFU1Enjxa5wcDvTDMvf3O1y+9uk6zhzWlqC7HtQPJm2NY8kkrL57WpBuWVI1VvifgI 1JfAu9Vnq+KvMTEVnMxwtAjQEXVgqVEEyPb5t/X+as7VAzxSKy/zerTxExsGF4uNVrYV MLM8VfKsx6PzNPoJy4Y9mybuc9CvX2ra/eDAgzVbtmtn49n5UfWVWextG5xW+C0DmV0t YmjA== Received: by 10.50.152.137 with SMTP id uy9mr5759260igb.62.1355129791723; Mon, 10 Dec 2012 00:56:31 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp54759igt; Mon, 10 Dec 2012 00:56:31 -0800 (PST) Received: by 10.180.85.165 with SMTP id i5mr9361405wiz.11.1355129790886; Mon, 10 Dec 2012 00:56:30 -0800 (PST) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by mx.google.com with ESMTPS id o10si8005273wic.2.2012.12.10.00.56.30 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Dec 2012 00:56:30 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.180 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.180; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.180 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wi0-f180.google.com with SMTP id hj13so1117434wib.1 for ; Mon, 10 Dec 2012 00:56:30 -0800 (PST) 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 Cc: arnd@arndb.de, linus.walleij@stericsson.com, ulf.hansson@linaro.org, Lee Jones 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: ALoCoQmAEyFsgtr9f6OOvyNIbtRifKEBLMsuOZNfEJgcLlYU5+c6OuSXHot3+4zZGIg8R8X2lX7T 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 --- 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>;