From patchwork Wed Apr 27 14:11:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Franklin Cooper X-Patchwork-Id: 8958091 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 68C61BF29F for ; Wed, 27 Apr 2016 14:14:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9608A201EC for ; Wed, 27 Apr 2016 14:14:05 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 78AF320155 for ; Wed, 27 Apr 2016 14:14:04 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1avQCr-0007C2-IM; Wed, 27 Apr 2016 14:12:45 +0000 Received: from mail-oi0-f68.google.com ([209.85.218.68]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1avQCO-0006bx-H3 for linux-arm-kernel@lists.infradead.org; Wed, 27 Apr 2016 14:12:17 +0000 Received: by mail-oi0-f68.google.com with SMTP id w198so3254407oiw.2 for ; Wed, 27 Apr 2016 07:11:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=ZUA36vbX5Cr5Dc9Ix1y3euVbzLa+M/egJbsBefdRSXg=; b=iBT9MJOOwcV6kZk0uxkWUvpIoo1gLXABf1JtwT4kJ+ufKrpFxToeIVKqyW9jN43Pyg g0kogJO9Yy97RRnuuPaQeh/l6K7Lm941/3RzHQjJKG4yW3VxQJrfuXvoyx3d6ctH+p7T MrA83B/Lap5O3O1+6c7KptsWBBYA15lvgl3lYAb+aB2Oc0ShDwLu7CPyb+e+UlRRPz1c f7qAfLgU8K4yXkY6BPkbSNnDC+vqrcVLp2u3gV1E04rqBcfTVag217VTtU/pMf6TMPuN fNSMoiU7QFQIG4qJ4oAPcXt8HruIOkJxoJert+o4yx4aWM9LWnYZvQy5I517oMLW1/kE ERfw== X-Gm-Message-State: AOPr4FWxg3jvVRTdoyOwYwaYzhk9vpm7TiHT7mqAcmrGYQL4ZwekchsKAnBpBWlQ/ETlgA== X-Received: by 10.202.85.198 with SMTP id j189mr3797205oib.111.1461766315687; Wed, 27 Apr 2016 07:11:55 -0700 (PDT) Received: from beast-server.fios-router.home ([173.64.219.161]) by smtp.gmail.com with ESMTPSA id u41sm422483otd.37.2016.04.27.07.11.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 27 Apr 2016 07:11:55 -0700 (PDT) From: Franklin S Cooper Jr To: robh+dt@kernel.org, linux@arm.linux.org.uk, ssantosh@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/5] ARM: keystone: defconfig: Enable PINCTRL SINGLE for Keystone 2 Date: Wed, 27 Apr 2016 09:11:45 -0500 Message-Id: <1461766308-27669-3-git-send-email-fcooper@ti.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1461766308-27669-1-git-send-email-fcooper@ti.com> References: <1461766308-27669-1-git-send-email-fcooper@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160427_071216_656266_580E475B X-CRM114-Status: UNSURE ( 9.18 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.4 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Franklin S Cooper Jr MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Newer Keystone 2 devices utilize pinmuxing. Enable PINCTRL SINGLE which is used to handle pinmuxing. Signed-off-by: Franklin S Cooper Jr --- arch/arm/configs/keystone_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index 5bcc9cf..d068421 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig @@ -208,3 +208,4 @@ CONFIG_CRYPTO_DES=y CONFIG_CRYPTO_ANSI_CPRNG=y CONFIG_CRYPTO_USER_API_HASH=y CONFIG_CRYPTO_USER_API_SKCIPHER=y +CONFIG_PINCTRL_SINGLE=y