Re: [PATCH 3/6] OF: pinctrl: MIPS: lantiq: adds support for FALCON SoC
From: John Crispin <hidden>
Date: 2012-07-30 09:41:58
Also in:
lkml
From: John Crispin <hidden>
Date: 2012-07-30 09:41:58
Also in:
lkml
On 28/07/12 01:23, Linus Walleij wrote:
On Tue, Jul 24, 2012 at 8:50 AM, John Crispin [off-list ref] wrote:quoted
Implement support for pinctrl on lantiq/falcon socs. The FALCON has 5 banks of up to 32 pins. Signed-off-by: John Crispin <redacted> Signed-off-by: Thomas Langer <redacted> Cc: Linus Walleij <redacted> Cc: devicetree-discuss@lists.ozlabs.org Cc: linux-kernel@vger.kernel.orgNo big issues and looking really sweet so: Acked-by: Linus Walleij <redacted>quoted
--- a/arch/mips/lantiq/Kconfig +++ b/arch/mips/lantiq/Kconfig@@ -20,6 +20,7 @@ config SOC_XWAY config SOC_FALCON bool "FALCON" + select PINCTRL_FALCONI think you need to add "select PINCTRL" above "select PINCTRL_FALCON" for this to work. Atleast I had to do that in the past to get things working.
Hi Linus, config LANTIQ selects PINCTRL globally for all Lantiq SoC so an explicit select can be avoided here Thanks for the review, John