From patchwork Thu Mar 21 15:59:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 15490 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 A9A6D23E14 for ; Thu, 21 Mar 2013 16:00:38 +0000 (UTC) Received: from mail-vc0-f177.google.com (mail-vc0-f177.google.com [209.85.220.177]) by fiordland.canonical.com (Postfix) with ESMTP id 51DE7A19955 for ; Thu, 21 Mar 2013 16:00:38 +0000 (UTC) Received: by mail-vc0-f177.google.com with SMTP id ia10so2402979vcb.22 for ; Thu, 21 Mar 2013 09:00:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=pUhkgAzMeq+2HmGILw7zZniXmkods96sWBLEDPxkI24=; b=mcLBs7CXHmBXc7xI/SzzsF+2oa/MAovECFF/UJFJ9MQcjALyK8MTpy+Kq5Zk2kXFHT KTpXYq/uPnUa0Hej80Ptw4dHGd+G6ic/3oLiMYtYZZvn3mtQ1EEPdoAR+zZQdKRzeNm3 SztV35SNooNayj/J1bJdYV0Cvi8Z2pP0dvGdwVN1cG4tL2MYYrQAYsP2RQ7z5LoRvPmI Cp+OzqgZSyMOdgmZWK762/vxe/LSUMTovoHe4e9b2Q8blBKX8tI9YV2LcBqvQ9pGg3bP ukAab3EuxZ35IlZrVRE70DgLqBcdYN15GewYvO3rv2pBGaqt9W7/HZNnAa8PXl+D0ffv jkGg== X-Received: by 10.52.20.239 with SMTP id q15mr12125977vde.73.1363881637887; Thu, 21 Mar 2013 09:00:37 -0700 (PDT) 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.58.233.198 with SMTP id ty6csp66780vec; Thu, 21 Mar 2013 09:00:36 -0700 (PDT) X-Received: by 10.180.74.67 with SMTP id r3mr4755255wiv.14.1363881636159; Thu, 21 Mar 2013 09:00:36 -0700 (PDT) Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]) by mx.google.com with ESMTPS id e4si2613254wjy.166.2013.03.21.09.00.34 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Mar 2013 09:00:35 -0700 (PDT) Received-SPF: neutral (google.com: 2a00:1450:400c:c05::22d is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=2a00:1450:400c:c05::22d; Authentication-Results: mx.google.com; spf=neutral (google.com: 2a00:1450:400c:c05::22d 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-f173.google.com with SMTP id hq4so6746608wib.6 for ; Thu, 21 Mar 2013 09:00:34 -0700 (PDT) X-Received: by 10.181.11.164 with SMTP id ej4mr5683200wid.29.1363881634675; Thu, 21 Mar 2013 09:00:34 -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 ESMTPS id h10sm6110847wic.8.2013.03.21.09.00.32 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Mar 2013 09:00:33 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, broonie@opensource.wolfsonmicro.com Cc: arnd@arndb.de, linus.walleij@stericsson.com, Lee Jones Subject: [PATCH 16/46] ARM: ux500: Add supply for the Cypress TrueTouch Touchscreen Date: Thu, 21 Mar 2013 15:59:13 +0000 Message-Id: <1363881583-15234-17-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1363881583-15234-1-git-send-email-lee.jones@linaro.org> References: <1363881583-15234-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkJkwETF9VZEsxLnQRTOucGz8oJoHupmwAC10AzJ5OZvO3BCrW8rnnPTTwR7oSQql/tjkHe This patch lists the Cypress TrueTouch Touchscreen as a consumer of the AB8500 VAUX1 regulator. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500-regulators.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c index ce2ae47..3d63c8d 100644 --- a/arch/arm/mach-ux500/board-mop500-regulators.c +++ b/arch/arm/mach-ux500/board-mop500-regulators.c @@ -79,6 +79,8 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = { REGULATOR_SUPPLY("vdd", "3-0029"), /* Pressure sensor device */ REGULATOR_SUPPLY("vdd", "2-005c"), + /* Cypress TrueTouch Touchscreen device */ + REGULATOR_SUPPLY("vcpin", "spi8.0"), }; static struct regulator_consumer_supply ab8500_vaux2_consumers[] = {