From patchwork Wed Apr 11 23:24:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 151932 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id AF688B6FD2 for ; Thu, 12 Apr 2012 09:27:52 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SI6v8-0006Ii-Jm; Wed, 11 Apr 2012 23:25:50 +0000 Received: from mail-yx0-f177.google.com ([209.85.213.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SI6v6-0006IU-04 for linux-arm-kernel@lists.infradead.org; Wed, 11 Apr 2012 23:25:48 +0000 Received: by yenm10 with SMTP id m10so914254yen.36 for ; Wed, 11 Apr 2012 16:25:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=QJ+79XwztAgeT1gt0pJbSGEw1Ieg2dQqrtqmhwTrw4M=; b=Qk/eKi/0qDuyuvy6+xgy6jwew4+i2fKbCIcZoHas7edxLoqUxlj/p8YqeXcsm8h2n0 sJ2E286OvHzqTSe+Ealsc6WeBSpFYfm+oFBqHRVciS1SgebzXK0VwK78Z6WeJCH0aiAH /M+HkCoqNBvVPg1r0pMLfGwiiZAR7LAGlOwYl+nklzTlASCDG8rzdD9oVf7AjTt57+Rq lkP7aAGh90bvsPJ4+3DnOTvcFmDpvODjt2o/HJvGzUxtTx0Jl/d81isDFYhwbFFu+GeF hxuwr0Hv0FkkbW5WWCjpM24aqVGQV8Y0nlA0Ztj6LfAcmWy+O5lU/rka+/SODg8aHGAV 9hfA== Received: by 10.236.76.74 with SMTP id a50mr261118yhe.42.1334186746248; Wed, 11 Apr 2012 16:25:46 -0700 (PDT) Received: from localhost.localdomain ([201.82.161.72]) by mx.google.com with ESMTPS id 32sm7201525anu.14.2012.04.11.16.25.21 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 11 Apr 2012 16:25:45 -0700 (PDT) From: Fabio Estevam To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: imx_v4_v5_defconfig: Add support for CONFIG_REGULATOR_FIXED_VOLTAGE Date: Wed, 11 Apr 2012 20:24:39 -0300 Message-Id: <1334186679-22925-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 X-Spam-Note: CRM114 invocation failed 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.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -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: Fabio Estevam , Fabio Estevam , kernel@pengutronix.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Add support for CONFIG_REGULATOR_FIXED_VOLTAGE. Without this option the mx27_3ds cannot have the external Ethernet functional due to the need of smsc regulators. Signed-off-by: Fabio Estevam --- arch/arm/configs/imx_v4_v5_defconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index b5ac644..6b31cb6 100644 --- a/arch/arm/configs/imx_v4_v5_defconfig +++ b/arch/arm/configs/imx_v4_v5_defconfig @@ -112,6 +112,7 @@ CONFIG_WATCHDOG=y CONFIG_IMX2_WDT=y CONFIG_MFD_MC13XXX=y CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_MC13783=y CONFIG_REGULATOR_MC13892=y CONFIG_FB=y