From patchwork Thu Mar 21 15:59:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 15487 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 6408923E14 for ; Thu, 21 Mar 2013 16:00:29 +0000 (UTC) Received: from mail-ve0-f175.google.com (mail-ve0-f175.google.com [209.85.128.175]) by fiordland.canonical.com (Postfix) with ESMTP id 1B04EA18F8D for ; Thu, 21 Mar 2013 16:00:29 +0000 (UTC) Received: by mail-ve0-f175.google.com with SMTP id cy12so2526103veb.6 for ; Thu, 21 Mar 2013 09:00:28 -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=4ROAQ4uEUKaPx9UNwkqkfJdsJ9FnUda77/0TKK8bdoE=; b=XXSHFwZSZxWzxYg45mm7dj2f03NX6Y2R1eGkBZwjlncuntXkZdWwAAqxd5A0fqG6Va QEeRi9GK+s39Pv/PlivOXMd76zqaOhmfANZ/qF70P1wmQzeyqmlpc/Q+Hx+KB6CFK0NZ gtFeIgiC71uGtPjL4vfEv6OSFvJ/O8NN/LJK9qMrbTnL+NAix/oBayyRBrGpMQQjZy1H L4caw477pFn1ATZYSiC6GD0+oajbBTQSn3s9M9ZY2521JDn0Pl8SNcIqeBuYxEXB44hx MBtn6vTuOSBfqkXOrZgvuH0AsUnYsAurPw3h55c+7UZB/OMjOej4wZCPBYCQGS3xDTpB /Nug== X-Received: by 10.52.31.103 with SMTP id z7mr11998973vdh.56.1363881628610; Thu, 21 Mar 2013 09:00:28 -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 ty6csp66768vec; Thu, 21 Mar 2013 09:00:27 -0700 (PDT) X-Received: by 10.181.12.103 with SMTP id ep7mr5924306wid.12.1363881627485; Thu, 21 Mar 2013 09:00:27 -0700 (PDT) Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]) by mx.google.com with ESMTPS id f9si1440535wiy.82.2013.03.21.09.00.27 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Mar 2013 09:00:27 -0700 (PDT) Received-SPF: neutral (google.com: 2a00:1450:400c:c05::232 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=2a00:1450:400c:c05::232; Authentication-Results: mx.google.com; spf=neutral (google.com: 2a00:1450:400c:c05::232 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-f178.google.com with SMTP id hq4so3275456wib.11 for ; Thu, 21 Mar 2013 09:00:27 -0700 (PDT) X-Received: by 10.180.72.148 with SMTP id d20mr5796059wiv.31.1363881627095; Thu, 21 Mar 2013 09:00:27 -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.23 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Mar 2013 09:00:25 -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 13/46] ARM: ux500: Add supply for the L3G4200D Gyroscope Date: Thu, 21 Mar 2013 15:59:10 +0000 Message-Id: <1363881583-15234-14-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: ALoCoQnWoNFL5Jv2GAEZ3prDwTtzQxoCSFcprnisUojvAYZ7oO+/SALIxVRTBchQxk5BF633HQbs This patch lists the L3G4200D Gyroscope 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 161edbc7..86c2b53 100644 --- a/arch/arm/mach-ux500/board-mop500-regulators.c +++ b/arch/arm/mach-ux500/board-mop500-regulators.c @@ -73,6 +73,8 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = { REGULATOR_SUPPLY("avdd", "3-005d"), /* Synaptics RMI4 Touchscreen device */ REGULATOR_SUPPLY("vdd", "3-004b"), + /* L3G4200D Gyroscope device */ + REGULATOR_SUPPLY("vdd", "2-0068"), }; static struct regulator_consumer_supply ab8500_vaux2_consumers[] = {