Skip to content

Commit

Permalink
MIPS: ralink: add pci group to struct ralink_pinmux
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
Gabor Juhos authored and Ralf Baechle committed May 7, 2013
1 parent 0ba4337 commit 946fda6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/mips/ralink/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ struct ralink_pinmux {
struct ralink_pinmux_grp *uart;
int uart_shift;
void (*wdt_reset)(void);
struct ralink_pinmux_grp *pci;
int pci_shift;
u32 pci_mask;
};
extern struct ralink_pinmux rt_gpio_pinmux;

Expand Down

0 comments on commit 946fda6

Please sign in to comment.