Skip to content

Commit 22665fe

Browse files
blogicgregkh
authored andcommitted
MIPS: ralink: Fix typos in rt3883 pinctrl
commit 7c5a3d813050ee235817b0220dd8c42359a9efd8 upstream. There are two copy & paste errors in the definition of the 5GHz LNA and second ethernet pinmux. Fixes: f576fb6 ("MIPS: ralink: cleanup the soc specific pinmux data") Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Daniel Golle <daniel@makrotopia.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/15328/ Signed-off-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 394d71b commit 22665fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/mips/ralink/rt3883.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) };
3636
static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) };
3737
static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) };
3838
static struct rt2880_pmx_func lna_a_func[] = { FUNC("lna a", 0, 32, 3) };
39-
static struct rt2880_pmx_func lna_g_func[] = { FUNC("lna a", 0, 35, 3) };
39+
static struct rt2880_pmx_func lna_g_func[] = { FUNC("lna g", 0, 35, 3) };
4040
static struct rt2880_pmx_func pci_func[] = {
4141
FUNC("pci-dev", 0, 40, 32),
4242
FUNC("pci-host2", 1, 40, 32),
4343
FUNC("pci-host1", 2, 40, 32),
4444
FUNC("pci-fnc", 3, 40, 32)
4545
};
4646
static struct rt2880_pmx_func ge1_func[] = { FUNC("ge1", 0, 72, 12) };
47-
static struct rt2880_pmx_func ge2_func[] = { FUNC("ge1", 0, 84, 12) };
47+
static struct rt2880_pmx_func ge2_func[] = { FUNC("ge2", 0, 84, 12) };
4848

4949
static struct rt2880_pmx_group rt3883_pinmux_data[] = {
5050
GRP("i2c", i2c_func, 1, RT3883_GPIO_MODE_I2C),

0 commit comments

Comments
 (0)