From patchwork Mon Nov 19 11:45:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Igor Mazanov X-Patchwork-Id: 1764521 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 445C53FCAE for ; Mon, 19 Nov 2012 11:46:55 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TaPma-0002OP-RK; Mon, 19 Nov 2012 11:44:57 +0000 Received: from mail-la0-f49.google.com ([209.85.215.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TaPmX-0002Nd-HT for linux-arm-kernel@lists.infradead.org; Mon, 19 Nov 2012 11:44:54 +0000 Received: by mail-la0-f49.google.com with SMTP id r15so3424061lag.36 for ; Mon, 19 Nov 2012 03:44:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:newsgroups:to :cc:subject:content-type:content-transfer-encoding; bh=pvdMRbB1XJED+JuGAhy7evDxlXKTDIQLEIZwNZC1UIk=; b=hqpdv6ScIpcb2DCqiHr8IZaonbQXhF1GHpRt9yCioNZOFQC0X9QlJz7qmShHqGR1Zf 1rh67qHdKZ/mk18f/7lTkFBAqTQxGri49QWynWAnYMQJV++WbYlEOdzf5I0F+nAJ6LAe trEY2pzU5Q2XGfHnFSAsM65Nnyz1arBqsHZc26z99Sj/vHiP+p1ek3qhE5VuMn+b+lOr B93S3GtMxqR4ESjXa1lrygQqIIDGE5bHNMXA83XRHfk5MLX/oHiQ7MAG3KO1mKxvkA69 k0szgRQ7LyBIb37iAcPMmCjEYx6zmpvi0xEOGra2piFcR/v+QGONDelGJfZgFM7AXXC5 0U8Q== Received: by 10.152.103.38 with SMTP id ft6mr11161020lab.40.1353325490662; Mon, 19 Nov 2012 03:44:50 -0800 (PST) Received: from [192.168.0.30] ([77.232.56.122]) by mx.google.com with ESMTPS id l1sm3515758lbm.1.2012.11.19.03.44.48 (version=SSLv3 cipher=OTHER); Mon, 19 Nov 2012 03:44:48 -0800 (PST) Message-ID: <50AA1BD5.1000002@gmail.com> Date: Mon, 19 Nov 2012 15:45:25 +0400 From: Igor Mazanov User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 Newsgroups: gmane.linux.ports.arm.omap To: tony@atomide.com, javier@dowhile0.org Subject: [PATCH] OMAP2+: enable TPS65217 support in omap2plus_defconfig X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121119_064453_787895_568A26B6 X-CRM114-Status: GOOD ( 10.48 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (i.mazanov[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.215.49 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: i.mazanov@gmail.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org TPS65217 is described in arch/arm/boot/dts/am335x-bone.dts but doesn't enabled in arch/arm/configs/omap2plus_defconfig. Enable TPS65217 support in omap2plus_defconfig. Signed-off-by: Igor Mazanov --- arch/arm/configs/omap2plus_defconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) -- 1.7.4.4 diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 6230304..00f2ce3 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -240,3 +240,6 @@ CONFIG_CRC_ITU_T=y CONFIG_CRC7=y CONFIG_LIBCRC32C=y CONFIG_SOC_OMAP5=y +CONFIG_MFD_CORE=y +CONFIG_MFD_TPS65217=y +CONFIG_REGULATOR_TPS65217=y