From patchwork Wed Apr 3 23:30:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 233598 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id AD2462C0124 for ; Thu, 4 Apr 2013 10:32:41 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNXAU-000782-JT for incoming-imx@patchwork.ozlabs.org; Wed, 03 Apr 2013 23:32:38 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNX9S-0002YS-T4; Wed, 03 Apr 2013 23:31:34 +0000 Received: from mail-gh0-f177.google.com ([209.85.160.177]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNX8y-0002Hx-HE for linux-arm-kernel@lists.infradead.org; Wed, 03 Apr 2013 23:31:05 +0000 Received: by mail-gh0-f177.google.com with SMTP id g22so343937ghb.8 for ; Wed, 03 Apr 2013 16:31:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=L7mpMeBYnyej7Dg83FP5Aii7oyMRomrcvz0C3nWXd40=; b=C82dMGwSK5V6YoSG/8s4BMeUamIohoHDhqCLk3CLjIShwtglhyktXTLoFU6rAYFElK SRLRNz1GQXjYYJ5xsQ2X1Q5ETwS61rMrB3Rp+FV8HokLeUhD3vKeNqZQNCDr4JH48boK d9F6x/GA+oZKyzKhobbzUBGn3ZoBxks9KSs7Y5D3EagplyTBlGBdw11UEAylAYrK1ydR 5mnApaGp10PMU3cbuA7P3STGVXXkpNJxxqi3wGQBigxaxhCQ7i2H9w2My3kRkT0rHDSY r7nrrXjSco21YvSGl/zJmlZnGbCHRusorATcov812bBE3I+WaU2rajEmKmiggbSWozi1 OLHw== X-Received: by 10.236.156.195 with SMTP id m43mr2426985yhk.191.1365031862456; Wed, 03 Apr 2013 16:31:02 -0700 (PDT) Received: from localhost.localdomain ([187.64.220.204]) by mx.google.com with ESMTPS id a26sm12462443yhe.9.2013.04.03.16.31.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Apr 2013 16:31:01 -0700 (PDT) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH v2 3/3] ARM: mxs_defconfig: Enable CONFIG_RESET_GPIO Date: Wed, 3 Apr 2013 20:30:41 -0300 Message-Id: <1365031841-3864-3-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1365031841-3864-1-git-send-email-festevam@gmail.com> References: <1365031841-3864-1-git-send-email-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130403_193104_659023_9A0C22E0 X-CRM114-Status: UNSURE ( 9.85 ) X-CRM114-Notice: Please train this message. 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.160.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 , linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: Fabio Estevam CONFIG_RESET_GPIO is required in order to enable a GPIO to turn on a LCD, for example. Signed-off-by: Fabio Estevam --- Changes since v1: - No changes arch/arm/configs/mxs_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index b5f6e55..d2c4105 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -147,6 +147,8 @@ CONFIG_COMMON_CLK_DEBUG=y CONFIG_IIO=y CONFIG_PWM=y CONFIG_PWM_MXS=y +CONFIG_RESET_CONTROLLER=y +CONFIG_RESET_GPIO=y CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT3_FS=y