All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: s3c24xx: jive: Fix some GPIO names
@ 2018-04-23 11:57 Linus Walleij
  2018-04-26 14:55 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2018-04-23 11:57 UTC (permalink / raw)
  To: linux-arm-kernel

One of the bitbanged SPI hosts had wrongly named GPIO lines due to
sloppiness by yours truly.

Cc: arm at kernel.org
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ARM SoC people:
Please apply this directly for fixes if it is OK with
everyone.
---
 arch/arm/mach-s3c24xx/mach-jive.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-s3c24xx/mach-jive.c b/arch/arm/mach-s3c24xx/mach-jive.c
index 59589a4a0d4b..885e8f12e4b9 100644
--- a/arch/arm/mach-s3c24xx/mach-jive.c
+++ b/arch/arm/mach-s3c24xx/mach-jive.c
@@ -427,9 +427,9 @@ static struct gpiod_lookup_table jive_wm8750_gpiod_table = {
 	.dev_id         = "spi_gpio",
 	.table          = {
 		GPIO_LOOKUP("GPIOB", 4,
-			    "gpio-sck", GPIO_ACTIVE_HIGH),
+			    "sck", GPIO_ACTIVE_HIGH),
 		GPIO_LOOKUP("GPIOB", 9,
-			    "gpio-mosi", GPIO_ACTIVE_HIGH),
+			    "mosi", GPIO_ACTIVE_HIGH),
 		GPIO_LOOKUP("GPIOH", 10,
 			    "cs", GPIO_ACTIVE_HIGH),
 		{ },
-- 
2.14.3

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

* [PATCH] ARM: s3c24xx: jive: Fix some GPIO names
  2018-04-23 11:57 [PATCH] ARM: s3c24xx: jive: Fix some GPIO names Linus Walleij
@ 2018-04-26 14:55 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2018-04-26 14:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 23, 2018 at 1:57 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> One of the bitbanged SPI hosts had wrongly named GPIO lines due to
> sloppiness by yours truly.
>
> Cc: arm at kernel.org
> Cc: Mark Brown <broonie@kernel.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ARM SoC people:
> Please apply this directly for fixes if it is OK with
> everyone.

Applied to fixes, thanks!

        Arnd

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

end of thread, other threads:[~2018-04-26 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-23 11:57 [PATCH] ARM: s3c24xx: jive: Fix some GPIO names Linus Walleij
2018-04-26 14:55 ` Arnd Bergmann

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.