[PATCH 2/3] arm: mach-keystone: Enable PINCTRL config

2016-06-05 Thread Keerthy
From: Lokesh Vutla Some Keystone 2 devices utilize pinmuxing which requires PINCTRL to be enabled. Therefore, enable PINCTRL for all Keystone 2 devices. Signed-off-by: Lokesh Vutla Signed-off-by: Franklin S Cooper Jr Signed-off-by: Dave Gerlach Signed-off-by: Keerthy --- arch/arm/mach-keyst

Re: [PATCH 2/3] arm: mach-keystone: Enable PINCTRL config

2016-05-23 Thread Lokesh Vutla
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/

[PATCH 2/3] arm: mach-keystone: Enable PINCTRL config

2016-05-23 Thread Keerthy
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 ea955f