OSDN Git Service

MIPS: ralink: add pci group to struct ralink_pinmux
authorGabor Juhos <juhosg@openwrt.org>
Fri, 12 Apr 2013 10:40:23 +0000 (12:40 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 7 May 2013 23:19:09 +0000 (01:19 +0200)
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/

arch/mips/ralink/common.h

index f4b19c6..bebd149 100644 (file)
@@ -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;