projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f03984c
)
MIPS: ralink: fix MT7628 pinmux typos
author
Álvaro Fernández Rojas
<noltari@gmail.com>
Thu, 19 May 2016 20:07:34 +0000
(22:07 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 28 May 2016 10:35:05 +0000
(12:35 +0200)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Cc: john@phrozen.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13306/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ralink/mt7620.c
patch
|
blob
|
history
diff --git
a/arch/mips/ralink/mt7620.c
b/arch/mips/ralink/mt7620.c
index
88b82fe
..
38d7d43
100644
(file)
--- a/
arch/mips/ralink/mt7620.c
+++ b/
arch/mips/ralink/mt7620.c
@@
-223,9
+223,9
@@
static struct rt2880_pmx_func wled_an_grp_mt7628[] = {
#define MT7628_GPIO_MODE_GPIO 0
static struct rt2880_pmx_group mt7628an_pinmux_data[] = {
- GRP_G("p
mw
1", pwm1_grp_mt7628, MT7628_GPIO_MODE_MASK,
+ GRP_G("p
wm
1", pwm1_grp_mt7628, MT7628_GPIO_MODE_MASK,
1, MT7628_GPIO_MODE_PWM1),
- GRP_G("p
mw
0", pwm0_grp_mt7628, MT7628_GPIO_MODE_MASK,
+ GRP_G("p
wm
0", pwm0_grp_mt7628, MT7628_GPIO_MODE_MASK,
1, MT7628_GPIO_MODE_PWM0),
GRP_G("uart2", uart2_grp_mt7628, MT7628_GPIO_MODE_MASK,
1, MT7628_GPIO_MODE_UART2),