ralink: update patches
[openwrt.git] / target / linux / ramips / patches-3.9 / 0109-MIPS-ralink-add-pci-group-to-struct-ralink_pinmux.patch
1 From b9ed5175f31c55122690a3e9af1cea2d1937768d Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Fri, 12 Apr 2013 12:40:23 +0200
4 Subject: [PATCH 109/164] MIPS: ralink: add pci group to struct ralink_pinmux
5
6 This will be used for RT3662/RT3883.
7
8 Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
9 Acked-by: John Crispin <blogic@openwrt.org>
10 Patchwork: http://patchwork.linux-mips.org/patch/5173/
11 ---
12  arch/mips/ralink/common.h |    3 +++
13  1 file changed, 3 insertions(+)
14
15 diff --git a/arch/mips/ralink/common.h b/arch/mips/ralink/common.h
16 index f4b19c6..bebd149 100644
17 --- a/arch/mips/ralink/common.h
18 +++ b/arch/mips/ralink/common.h
19 @@ -23,6 +23,9 @@ struct ralink_pinmux {
20         struct ralink_pinmux_grp *uart;
21         int uart_shift;
22         void (*wdt_reset)(void);
23 +       struct ralink_pinmux_grp *pci;
24 +       int pci_shift;
25 +       u32 pci_mask;
26  };
27  extern struct ralink_pinmux rt_gpio_pinmux;
28  
29 -- 
30 1.7.10.4
31