linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins
@ 2019-02-09  1:01 Martin Blumenstingl
  2019-02-11  8:16 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Blumenstingl @ 2019-02-09  1:01 UTC (permalink / raw)
  To: linus.walleij, linux-gpio, linux-amlogic
  Cc: Martin Blumenstingl, linux-arm-kernel

Fix the mismatch between the "sdxc_d13_1_a" pin group definition from
meson8b_cbus_groups and the entry in sdxc_a_groups ("sdxc_d0_13_1_a").
This makes it possible to use "sdxc_d13_1_a" in device-tree files to
route the MMC data 1..3 pins to GPIOX_1..3.

Fixes: 0fefcb6 ("pinctrl: Add support for Meson8b")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 drivers/pinctrl/meson/pinctrl-meson8b.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/meson/pinctrl-meson8b.c b/drivers/pinctrl/meson/pinctrl-meson8b.c
index 84938bd73ac2..7f76000cc12e 100644
--- a/drivers/pinctrl/meson/pinctrl-meson8b.c
+++ b/drivers/pinctrl/meson/pinctrl-meson8b.c
@@ -697,7 +697,7 @@ static const char * const sd_a_groups[] = {
 
 static const char * const sdxc_a_groups[] = {
 	"sdxc_d0_0_a", "sdxc_d13_0_a", "sdxc_d47_a", "sdxc_clk_a",
-	"sdxc_cmd_a", "sdxc_d0_1_a", "sdxc_d0_13_1_a"
+	"sdxc_cmd_a", "sdxc_d0_1_a", "sdxc_d13_1_a"
 };
 
 static const char * const pcm_a_groups[] = {
-- 
2.20.1


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins
  2019-02-09  1:01 [PATCH] pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins Martin Blumenstingl
@ 2019-02-11  8:16 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2019-02-11  8:16 UTC (permalink / raw)
  To: Martin Blumenstingl
  Cc: open list:GPIO SUBSYSTEM, Linux ARM, open list:ARM/Amlogic Meson...

On Sat, Feb 9, 2019 at 2:01 AM Martin Blumenstingl
<martin.blumenstingl@googlemail.com> wrote:

> Fix the mismatch between the "sdxc_d13_1_a" pin group definition from
> meson8b_cbus_groups and the entry in sdxc_a_groups ("sdxc_d0_13_1_a").
> This makes it possible to use "sdxc_d13_1_a" in device-tree files to
> route the MMC data 1..3 pins to GPIOX_1..3.
>
> Fixes: 0fefcb6 ("pinctrl: Add support for Meson8b")
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

Patch applied for fixes.

Yours,
Linus Walleij

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-11  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-09  1:01 [PATCH] pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins Martin Blumenstingl
2019-02-11  8:16 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).