From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756743AbcHXPKc (ORCPT ); Wed, 24 Aug 2016 11:10:32 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:23352 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932356AbcHXPKR (ORCPT ); Wed, 24 Aug 2016 11:10:17 -0400 Subject: Re: [RFC][PATCH] Kconfig: ARCH_HISI: Add PINCTRL to HISI platform To: John Stultz , lkml References: <1471905930-12438-1-git-send-email-john.stultz@linaro.org> CC: Arnd Bergmann , Catalin Marinas , Will Deacon , From: Wei Xu Message-ID: <57BDB8A9.3050905@hisilicon.com> Date: Wed, 24 Aug 2016 16:09:29 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1471905930-12438-1-git-send-email-john.stultz@linaro.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.181.153] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090203.57BDB8B8.006A,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: d3ff6e37e4ff6a40cf2196fc1214c68a Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi John, On 22/08/2016 23:45, John Stultz wrote: > Things won't work if PINCTRL isn't enabled, > so make sure to explicitly set it rather > then betting that we have some other platform > configed in which selects it. > > Cc: Arnd Bergmann > Cc: Wei Xu > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: John Stultz > --- Applied to hisi-defconfig-4.9 branch. Thanks! Best Regards, Wei > arch/arm64/Kconfig.platforms | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index be5d824..f848946 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -67,6 +67,7 @@ config ARCH_HISI > bool "Hisilicon SoC Family" > select ARM_TIMER_SP804 > select HISILICON_IRQ_MBIGEN if PCI > + select PINCTRL > help > This enables support for Hisilicon ARMv8 SoC family > >