aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ralink/common.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-04-12 06:45:27 -0400
committerRalf Baechle <ralf@linux-mips.org>2013-05-07 19:19:09 -0400
commiteb63875c2821cf125f133fa3292e7591dca7c7d5 (patch)
tree4b150a680cd0fbcbc17a9fff037536d340ae382a /arch/mips/ralink/common.h
parent946fda6f2a980d9964206191ec121774800eb030 (diff)
MIPS: ralink: add uart mask to struct ralink_pinmux
Add a field for the uart muxing mask and set it inside the rt305x setup code. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5744/
Diffstat (limited to 'arch/mips/ralink/common.h')
-rw-r--r--arch/mips/ralink/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ralink/common.h b/arch/mips/ralink/common.h
index bebd14930bd9..299119b294ca 100644
--- a/arch/mips/ralink/common.h
+++ b/arch/mips/ralink/common.h
@@ -22,6 +22,7 @@ struct ralink_pinmux {
22 struct ralink_pinmux_grp *mode; 22 struct ralink_pinmux_grp *mode;
23 struct ralink_pinmux_grp *uart; 23 struct ralink_pinmux_grp *uart;
24 int uart_shift; 24 int uart_shift;
25 u32 uart_mask;
25 void (*wdt_reset)(void); 26 void (*wdt_reset)(void);
26 struct ralink_pinmux_grp *pci; 27 struct ralink_pinmux_grp *pci;
27 int pci_shift; 28 int pci_shift;