From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751721AbcEXDlO (ORCPT ); Mon, 23 May 2016 23:41:14 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:35462 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751119AbcEXDlN (ORCPT ); Mon, 23 May 2016 23:41:13 -0400 Subject: Re: [PATCH 2/3] arm: mach-keystone: Enable PINCTRL config To: Keerthy , References: <1464006547-19569-1-git-send-email-j-keerthy@ti.com> <1464006547-19569-3-git-send-email-j-keerthy@ti.com> CC: , , , , , , From: Lokesh Vutla Message-ID: <5743CC30.6010009@ti.com> Date: Tue, 24 May 2016 09:06:16 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1464006547-19569-3-git-send-email-j-keerthy@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 23 May 2016 05:59 PM, Keerthy wrote: > keystone-k2l uses pinmux and is compliant with PINCTRL_SINGLE > which depends on PINCTRL. Hence enable PINCTRL. > > Signed-off-by: Keerthy > --- > arch/arm/mach-keystone/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig > index ea955f6db..7a432ee 100644 > --- a/arch/arm/mach-keystone/Kconfig > +++ b/arch/arm/mach-keystone/Kconfig > @@ -11,6 +11,7 @@ config ARCH_KEYSTONE > select ZONE_DMA if ARM_LPAE > select MIGHT_HAVE_PCI > select PCI_DOMAINS if PCI > + select PINCTRL I guess a similar patch[1] is already posted [1] https://patchwork.kernel.org/patch/8958081/ Thanks and regards, Lokesh > help > Support for boards based on the Texas Instruments Keystone family of > SoCs. >