mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 11:01:38 +00:00
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>
This commit is contained in:
parent
f55532a0c0
commit
f806dac593
@ -6,6 +6,7 @@ comment "Intel/Marvell Dev Platforms (sorted by hardware release time)"
|
|||||||
|
|
||||||
config MACH_PXA27X_DT
|
config MACH_PXA27X_DT
|
||||||
bool "Support PXA27x platforms from device tree"
|
bool "Support PXA27x platforms from device tree"
|
||||||
|
select PINCTRL
|
||||||
select POWER_SUPPLY
|
select POWER_SUPPLY
|
||||||
select PXA27x
|
select PXA27x
|
||||||
select USE_OF
|
select USE_OF
|
||||||
@ -17,6 +18,7 @@ config MACH_PXA27X_DT
|
|||||||
config MACH_PXA3XX_DT
|
config MACH_PXA3XX_DT
|
||||||
bool "Support PXA3xx platforms from device tree"
|
bool "Support PXA3xx platforms from device tree"
|
||||||
select CPU_PXA300
|
select CPU_PXA300
|
||||||
|
select PINCTRL
|
||||||
select POWER_SUPPLY
|
select POWER_SUPPLY
|
||||||
select PXA3xx
|
select PXA3xx
|
||||||
select USE_OF
|
select USE_OF
|
||||||
|
Loading…
Reference in New Issue
Block a user