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: 15488 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 F1ED723E14 for ; Thu, 21 Mar 2013 16:00:32 +0000 (UTC) Received: from mail-ve0-f173.google.com (mail-ve0-f173.google.com [209.85.128.173]) by fiordland.canonical.com (Postfix) with ESMTP id 9CDEBA19D47 for ; Thu, 21 Mar 2013 16:00:32 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id oz10so2558600veb.4 for ; Thu, 21 Mar 2013 09:00:32 -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=wPzWKwPMr52B2puQT1vG7N2SVjePkx52SURub/DYUfY=; b=M66hVCTWdmoYnv4aI3/6JCzmSF3xwWC9SJVtxwxaHOLl6idCaHagBhReWB3qMIsk04 LwwHd7nrgQBwalS71gFcvdnBBTFX4vndrFJGYIQb0Mc8T04H3lIT9A+tY0ClP2ZFqMIi 5sdhz5WGYfGe/wXnreHlBS43/EPTFfXK41/6H3IMPEKNrjcVFToI7K4W90XFgxDHX/NY ptMxDybKbAlGMUbpsYCYXWZ9QXg78LVVEOTr7q2O2Ux9wg6UDakjzaMbRkC19c/g3lwM yKZj0Glk7YjhupIvDZPgLGJYSwAY+5yeF9QCBjH3E+XIAwuuiEkNElHuzWFCPhzW4B4/ 1UAg== X-Received: by 10.58.29.101 with SMTP id j5mr14267432veh.26.1363881632129; Thu, 21 Mar 2013 09:00:32 -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 ty6csp66771vec; Thu, 21 Mar 2013 09:00:31 -0700 (PDT) X-Received: by 10.194.121.6 with SMTP id lg6mr18246490wjb.22.1363881630521; Thu, 21 Mar 2013 09:00:30 -0700 (PDT) Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]) by mx.google.com with ESMTPS id o8si1454462wia.29.2013.03.21.09.00.30 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Mar 2013 09:00:30 -0700 (PDT) Received-SPF: neutral (google.com: 2a00:1450:400c:c05::235 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=2a00:1450:400c:c05::235; Authentication-Results: mx.google.com; spf=neutral (google.com: 2a00:1450:400c:c05::235 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-f181.google.com with SMTP id hm6so3277026wib.8 for ; Thu, 21 Mar 2013 09:00:30 -0700 (PDT) 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 Cc: arnd@arndb.de, linus.walleij@stericsson.com, Lee Jones 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: ALoCoQmQwsXnOYRk/hBpUTeBdGm8PsfFdkU5N2Lm/ToEOTu5lUQTaAbCpl0r3SMIrSHXbeenu5QH 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[] = {