From patchwork Thu Nov 22 15:45:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Igor Mazanov X-Patchwork-Id: 1787511 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 F2BF0DF24C for ; Thu, 22 Nov 2012 20:11:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757307Ab2KVTvU (ORCPT ); Thu, 22 Nov 2012 14:51:20 -0500 Received: from mail-lb0-f174.google.com ([209.85.217.174]:34834 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755921Ab2KVTvS (ORCPT ); Thu, 22 Nov 2012 14:51:18 -0500 Received: by mail-lb0-f174.google.com with SMTP id gi11so3763637lbb.19 for ; Thu, 22 Nov 2012 11:51:17 -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:to:cc:subject :content-type:content-transfer-encoding; bh=IhDqNsCK9mPCAUCQa2WMpr7tLkUTJSxAAsP2G7rhejU=; b=N9SRrCOei5+F78UOLq4H4woQtZIH1dmBz0CmCS93zTHHuha0AqgBVVfcYmRUZ4eOjl tIn8o5NTMVhpzH7tZHtmm1/UzOk+niJVprMNDvINOV3RlDJCfjiIRZrArNstNOZ919HO uoX8H/WaKo90xB3wFnXNCiAT8qWCXM5bD+kKVGahiasf7FaB1cjwD8s4tZKwNS/q3eEs aAWXSCHv6JL+097x0P2lbR28GyMrFQQT43GLWgkFN61n5qQdzFRnLHtMu/DGLgnDv/G3 Hl3CFpOo7xKlgZg3eEj9FK6cgweIJc7+xxY9aQ0hcpdCNtPbqXjGVvB687RqRDy4iF1l EehQ== Received: by 10.152.114.100 with SMTP id jf4mr779700lab.47.1353599089479; Thu, 22 Nov 2012 07:44:49 -0800 (PST) Received: from [192.168.0.30] ([77.232.56.122]) by mx.google.com with ESMTPS id p5sm1616199lbh.2.2012.11.22.07.44.47 (version=SSLv3 cipher=OTHER); Thu, 22 Nov 2012 07:44:48 -0800 (PST) Message-ID: <50AE4898.8030308@gmail.com> Date: Thu, 22 Nov 2012 19:45:28 +0400 From: Igor Mazanov Reply-To: i.mazanov@gmail.com User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: tony@atomide.com CC: b-cousson@ti.com, anilkumar@ti.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2] ARM: OMAP2+: omap2plus_defconfig: Enable TPS65217 PMIC Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org The BeagleBone platform uses TPS65217 PMIC to control voltages on the board. This patch enables TPS65217 MFD and regulator drivers in omap2plus_defconfig. Signed-off-by: Igor Mazanov Signed-off-by: AnilKumar Ch --- arch/arm/configs/omap2plus_defconfig | 2 ++ 1 files changed, 2 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..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