diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-05-19 22:07:34 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-28 12:35:05 +0200 |
commit | d7146829c9da24e285cb1b1f2156b5b3e2d40c07 (patch) | |
tree | 3e89552f1d731183cd3724aa8a0db5ada51f91f2 /arch/mips | |
parent | f03984ca4fcfb356ee0765ae49a36288e6cdb165 (diff) | |
download | linux-stable-d7146829c9da24e285cb1b1f2156b5b3e2d40c07.tar.gz linux-stable-d7146829c9da24e285cb1b1f2156b5b3e2d40c07.tar.bz2 linux-stable-d7146829c9da24e285cb1b1f2156b5b3e2d40c07.zip |
MIPS: ralink: fix MT7628 pinmux typos
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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/ralink/mt7620.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/ralink/mt7620.c b/arch/mips/ralink/mt7620.c index 88b82fe21ae6..38d7d43a905b 100644 --- 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("pmw1", pwm1_grp_mt7628, MT7628_GPIO_MODE_MASK, + GRP_G("pwm1", pwm1_grp_mt7628, MT7628_GPIO_MODE_MASK, 1, MT7628_GPIO_MODE_PWM1), - GRP_G("pmw0", pwm0_grp_mt7628, MT7628_GPIO_MODE_MASK, + GRP_G("pwm0", 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), |