preinit: move cmdline failsafe= handling ot the generic code
[openwrt.git] / target / linux / ramips / patches-3.8 / 0124-MIPS-ralink-add-pci-group-to-struct-ralink_pinmux.patch
1 From 8818e2d260e7f98fd5388f9ba56f54b788e175f0 Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Wed, 27 Mar 2013 20:42:18 +0100
4 Subject: [PATCH 2/5] 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 ---
10  arch/mips/ralink/common.h |    3 +++
11  1 file changed, 3 insertions(+)
12
13 --- a/arch/mips/ralink/common.h
14 +++ b/arch/mips/ralink/common.h
15 @@ -24,6 +24,9 @@ struct ralink_pinmux {
16         int uart_shift;
17         u32 uart_mask;
18         void (*wdt_reset)(void);
19 +       struct ralink_pinmux_grp *pci;
20 +       int pci_shift;
21 +       u32 pci_mask;
22  };
23  extern struct ralink_pinmux rt_pinmux;
24