summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/ralink/mt7620.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ralink/mt7620.c b/arch/mips/ralink/mt7620.c
index 41b71c4352c2..c1ce6f43642b 100644
--- a/arch/mips/ralink/mt7620.c
+++ b/arch/mips/ralink/mt7620.c
@@ -84,7 +84,7 @@ static struct rt2880_pmx_func pcie_rst_grp[] = {
84}; 84};
85static struct rt2880_pmx_func nd_sd_grp[] = { 85static struct rt2880_pmx_func nd_sd_grp[] = {
86 FUNC("nand", MT7620_GPIO_MODE_NAND, 45, 15), 86 FUNC("nand", MT7620_GPIO_MODE_NAND, 45, 15),
87 FUNC("sd", MT7620_GPIO_MODE_SD, 45, 15) 87 FUNC("sd", MT7620_GPIO_MODE_SD, 47, 13)
88}; 88};
89 89
90static struct rt2880_pmx_group mt7620a_pinmux_data[] = { 90static struct rt2880_pmx_group mt7620a_pinmux_data[] = {