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/
This commit is contained in:
John Crispin
2013-04-12 12:45:27 +02:00
committed by Ralf Baechle
父節點 946fda6f2a
當前提交 eb63875c28
共有 2 個文件被更改,包括 4 次插入2 次删除

查看文件

@@ -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;