aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ralink
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-04-12 06:40:23 -0400
committerRalf Baechle <ralf@linux-mips.org>2013-05-07 19:19:09 -0400
commit946fda6f2a980d9964206191ec121774800eb030 (patch)
tree77d5749dbd2c62b014af4711f64b3da79ee3e3cf /arch/mips/ralink
parent0ba433704f7789e80734ac346b872ff141ec82c2 (diff)
MIPS: ralink: add pci group to struct ralink_pinmux
This will be used for RT3662/RT3883. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Acked-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5173/
Diffstat (limited to 'arch/mips/ralink')
-rw-r--r--arch/mips/ralink/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/ralink/common.h b/arch/mips/ralink/common.h
index f4b19c679ed4..bebd14930bd9 100644
--- a/arch/mips/ralink/common.h
+++ b/arch/mips/ralink/common.h
@@ -23,6 +23,9 @@ struct ralink_pinmux {
23 struct ralink_pinmux_grp *uart; 23 struct ralink_pinmux_grp *uart;
24 int uart_shift; 24 int uart_shift;
25 void (*wdt_reset)(void); 25 void (*wdt_reset)(void);
26 struct ralink_pinmux_grp *pci;
27 int pci_shift;
28 u32 pci_mask;
26}; 29};
27extern struct ralink_pinmux rt_gpio_pinmux; 30extern struct ralink_pinmux rt_gpio_pinmux;
28 31