projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21f2db5
)
ARM: s3c24xx: jive: Fix some GPIO names
author
Linus Walleij
<
[email protected]
>
Mon, 23 Apr 2018 11:57:00 +0000
(13:57 +0200)
committer
Arnd Bergmann
<
[email protected]
>
Thu, 26 Apr 2018 14:55:03 +0000
(16:55 +0200)
One of the bitbanged SPI hosts had wrongly named GPIO lines due to
sloppiness by yours truly.
Cc:
[email protected]
Cc: Mark Brown <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
Signed-off-by: Arnd Bergmann <
[email protected]
>
arch/arm/mach-s3c24xx/mach-jive.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c24xx/mach-jive.c
b/arch/arm/mach-s3c24xx/mach-jive.c
index 59589a4a0d4b2023b628e9485aec98849c0f4c76..885e8f12e4b911bfaaf74ce8a8f9767b95bd08e7 100644
(file)
--- 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),
{ },