From patchwork Thu Mar 21 15:59:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 2314721 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 20384400E6 for ; Thu, 21 Mar 2013 16:15:06 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UIi5l-0005yh-Pk; Thu, 21 Mar 2013 16:11:49 +0000 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UIhur-00018E-KO for linux-arm-kernel@lists.infradead.org; Thu, 21 Mar 2013 16:00:34 +0000 Received: by mail-we0-f172.google.com with SMTP id u50so1371080wey.31 for ; Thu, 21 Mar 2013 09:00:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=wPzWKwPMr52B2puQT1vG7N2SVjePkx52SURub/DYUfY=; b=OSF+8SSfAyiEiKLSqoqm7B0RNIjMverFIyx+SgZL2t58KjdMoHb1otsA61ASlSmFqC S+pYgNPQc6X1qXHwAw7dItfhhNVF2vcJFMV9O/qRLgeeEM/gmdLJ3omzzn0lvts3kbO6 wk1/eg3s12hTyXVd/l0qt4DrcLOOIvzmttPUf21lUYeLEYdzYqwqw/NEUeqcmAmU/280 YuVeod0E9jO7wuVNGl7tfIEf/IBgnbPix3UaZ2r0/DKZjOAZbKiHysUTExjoTUT6O7IB DIf19DZdNY1+a8/8exnF2lNPkvL4KbnKKgAfMtILDJFqXA9hZtfCVNZqevotQbAH1aht Cfpg== X-Received: by 10.180.87.170 with SMTP id az10mr5822473wib.3.1363881630139; Thu, 21 Mar 2013 09:00:30 -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.27 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Mar 2013 09:00:28 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, broonie@opensource.wolfsonmicro.com Subject: [PATCH 14/46] ARM: ux500: Add supply for the Ambient light sensor device Date: Thu, 21 Mar 2013 15:59:11 +0000 Message-Id: <1363881583-15234-15-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: ALoCoQlxheWLCLsKYj8N5RS+t6wlAh8mn9Fuc5bWy0qL3FQqiQgUkn7y+UOPmEaZEVD/rCYj8Y+E X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130321_120033_858025_ACB61D64 X-CRM114-Status: GOOD ( 10.80 ) 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: Lee Jones , linus.walleij@stericsson.com, arnd@arndb.de 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 This patch lists the Ambient light sensor device 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 86c2b53..b3d4747 100644 --- a/arch/arm/mach-ux500/board-mop500-regulators.c +++ b/arch/arm/mach-ux500/board-mop500-regulators.c @@ -75,6 +75,8 @@ static struct regulator_consumer_supply ab8500_vaux1_consumers[] = { REGULATOR_SUPPLY("vdd", "3-004b"), /* L3G4200D Gyroscope device */ REGULATOR_SUPPLY("vdd", "2-0068"), + /* Ambient light sensor device */ + REGULATOR_SUPPLY("vdd", "3-0029"), }; static struct regulator_consumer_supply ab8500_vaux2_consumers[] = {