ARM: pxa: activate pinctrl for device-tree machines
authorRobert Jarzmik <robert.jarzmik@free.fr>
Sat, 2 Apr 2016 18:56:02 +0000 (20:56 +0200)
committerRobert Jarzmik <robert.jarzmik@free.fr>
Sat, 30 Apr 2016 08:27:09 +0000 (10:27 +0200)
commitf806dac5938b56274b04637b2dced7c2ddb0012d
treeeb398bd075d8a06ae4440c4ad68032140ac11073
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
ARM: pxa: activate pinctrl for device-tree machines

Pincontrol is not yet ready for all PXA platforms.
For example, a legacy platform, if PINCTRL was activated, will fail its
calls to gpio_request() or gpio_direction_output(), as the pinctrl
driver might not be available, such as for pxa25x and pxa3xx.

As a step forward, activate pincontrol for all device-tree available
machines, ie. pxa27x device-tree based and pxa3xx device-tree based.

If it appears later that pincontrol is also required for legacy
platforms and if the mfp->pinctrl conversion can be achieved, then
PINCTRL will be activated for the whole PXA architecture.

Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-pxa/Kconfig