[PATCH v2] gpio: Add support for DM GPIO for Kirkwood
Stefan Roese
sr at denx.de
Mon Nov 30 10:01:24 CET 2020
On 29.11.20 11:08, Harm Berntsen wrote:
> The Armada driver also works on Nedap's custom Kirkwood board with a
> Marvell 88F6180 CPU. The original commit of that driver,
> commit 704d9a645e17 ("gpio: Add DM GPIO driver for Marvell MVEBU"),
> also mentions that this driver would be suitable for Kirkwood. This
> does not completely replace the Kirkwood specific driver as there
> are still boards depending on that driver.
>
> Signed-off-by: Harm Berntsen <harm.berntsen at nedap.com>
> CC: Stefan Roese <sr at denx.de>,
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
> ---
> Canges for v2:
> - Made commit message more clear
>
> drivers/gpio/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> index 202fcc6f47..1f41bd3d55 100644
> --- a/drivers/gpio/Kconfig
> +++ b/drivers/gpio/Kconfig
> @@ -374,7 +374,7 @@ config SIFIVE_GPIO
>
> config MVEBU_GPIO
> bool "Marvell MVEBU GPIO driver"
> - depends on DM_GPIO && ARCH_MVEBU
> + depends on DM_GPIO && (ARCH_MVEBU || ARCH_KIRKWOOD)
> default y
> help
> Say yes here to support Marvell MVEBU (Armada XP/38x) GPIOs.
>
Viele Grüße,
Stefan
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de
More information about the U-Boot
mailing list