From patchwork Tue Nov 20 10:15:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "AnilKumar, Chimata" X-Patchwork-Id: 1772471 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 093D4DF230 for ; Tue, 20 Nov 2012 10:15:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752464Ab2KTKPL (ORCPT ); Tue, 20 Nov 2012 05:15:11 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:57998 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751871Ab2KTKPK convert rfc822-to-8bit (ORCPT ); Tue, 20 Nov 2012 05:15:10 -0500 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id qAKAF6S2006681; Tue, 20 Nov 2012 04:15:06 -0600 Received: from DBDE71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id qAKAF4B5006066; Tue, 20 Nov 2012 15:45:04 +0530 (IST) Received: from DBDE01.ent.ti.com ([fe80::d5df:c4b5:9919:4e10]) by DBDE71.ent.ti.com ([fe80::692c:15fd:9507:b54%21]) with mapi id 14.01.0323.003; Tue, 20 Nov 2012 15:45:03 +0530 From: "AnilKumar, Chimata" To: "i.mazanov@gmail.com" , "linux-omap@vger.kernel.org" CC: "linux-arm-kernel@lists.infradead.org" Subject: RE: [PATCH] OMAP2+: enable TPS65217 support in omap2plus_defconfig Thread-Topic: [PATCH] OMAP2+: enable TPS65217 support in omap2plus_defconfig Thread-Index: AQHNxktRGWzzhXhRmkSOYiA1ZdS+q5fygR6Q Date: Tue, 20 Nov 2012 10:15:03 +0000 Message-ID: <331ABD5ECB02734CA317220B2BBEABC13EA76FDB@DBDE01.ent.ti.com> References: <50AA1BD5.1000002@gmail.com> In-Reply-To: <50AA1BD5.1000002@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.24.132.219] MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On Mon, Nov 19, 2012 at 17:15:25, Igor Mazanov wrote: > 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(-) > > 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 Hi Igor, Can you try this, MFD_CORE is selected by default and note that remaining flags should be added at appropriate places. Author: AnilKumar Ch Date: Tue Nov 20 15:34:51 2012 +0530 Custom: ARM: OMAP2+: omap2plus_defconfig: Add tps65217 support Signed-off-by: AnilKumar Ch Thanks AnilKumar --- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 6230304..69ddbf7 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -132,9 +132,11 @@ CONFIG_POWER_SUPPLY=y CONFIG_WATCHDOG=y CONFIG_OMAP_WATCHDOG=y CONFIG_TWL4030_WATCHDOG=y +CONFIG_MFD_TPS65217=y CONFIG_REGULATOR_TWL4030=y CONFIG_REGULATOR_TPS65023=y CONFIG_REGULATOR_TPS6507X=y +CONFIG_REGULATOR_TPS65217=y CONFIG_FB=y CONFIG_FIRMWARE_EDID=y CONFIG_FB_MODE_HELPERS=y