summaryrefslogtreecommitdiff
path: root/arch/mips/ralink/common.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-04-12 12:45:27 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-05-08 01:19:09 +0200
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 {
struct ralink_pinmux_grp *mode;
struct ralink_pinmux_grp *uart;
int uart_shift;
+ u32 uart_mask;
void (*wdt_reset)(void);
struct ralink_pinmux_grp *pci;
int pci_shift;