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: 1764511 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 8808F3FCAE for ; Mon, 19 Nov 2012 11:44:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750808Ab2KSLo4 (ORCPT ); Mon, 19 Nov 2012 06:44:56 -0500 Received: from plane.gmane.org ([80.91.229.3]:47854 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751459Ab2KSLoz (ORCPT ); Mon, 19 Nov 2012 06:44:55 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TaPmh-0007dO-IV for linux-omap@vger.kernel.org; Mon, 19 Nov 2012 12:45:03 +0100 Received: from 77.232.56.122 ([77.232.56.122]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Nov 2012 12:45:03 +0100 Received: from i.mazanov by 77.232.56.122 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Nov 2012 12:45:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: linux-omap@vger.kernel.org From: Igor Mazanov Subject: [PATCH] OMAP2+: enable TPS65217 support in omap2plus_defconfig Date: Mon, 19 Nov 2012 15:45:25 +0400 Lines: 24 Message-ID: <50AA1BD5.1000002@gmail.com> Reply-To: i.mazanov@gmail.com Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org Cc: linux-arm-kernel@lists.infradead.org X-Gmane-NNTP-Posting-Host: 77.232.56.122 User-Agent: Thunderbird 2.0.0.12 (X11/20080213) Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.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 -- 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..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