All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harm Berntsen <harm.berntsen@nedap.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2] gpio: Add support for DM GPIO for Kirkwood
Date: Sun, 29 Nov 2020 10:08:02 +0000	[thread overview]
Message-ID: <b9a81db74dd8000ee3135bc988a2a42d842e11cf.camel@nedap.com> (raw)
In-Reply-To: <bc531183576e09f5b7b8bd6c74bec01834d68583.camel@nedap.com>

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@nedap.com>
CC: Stefan Roese <sr@denx.de>,
---
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.
-- 
2.29.2

  parent reply	other threads:[~2020-11-29 10:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-27 21:56 [PATCH] gpio: Add support for DM GPIO for Kirkwood Harm Berntsen
2020-11-28 10:08 ` Stefan Roese
2020-11-29 10:01   ` Harm Berntsen
2020-11-30  9:00     ` Stefan Roese
2020-11-29 10:08 ` Harm Berntsen [this message]
2020-11-30  9:01   ` [PATCH v2] " Stefan Roese

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9a81db74dd8000ee3135bc988a2a42d842e11cf.camel@nedap.com \
    --to=harm.berntsen@nedap.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.