0109-MIPS-ralink-add-pci-group-to-struct-ralink_pinmux.patch 788 B

1234567891011121314151617181920212223242526
  1. From b9ed5175f31c55122690a3e9af1cea2d1937768d Mon Sep 17 00:00:00 2001
  2. From: Gabor Juhos <[email protected]>
  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. This will be used for RT3662/RT3883.
  6. Signed-off-by: Gabor Juhos <[email protected]>
  7. Acked-by: John Crispin <[email protected]>
  8. Patchwork: http://patchwork.linux-mips.org/patch/5173/
  9. ---
  10. arch/mips/ralink/common.h | 3 +++
  11. 1 file changed, 3 insertions(+)
  12. --- a/arch/mips/ralink/common.h
  13. +++ b/arch/mips/ralink/common.h
  14. @@ -23,6 +23,9 @@ struct ralink_pinmux {
  15. struct ralink_pinmux_grp *uart;
  16. int uart_shift;
  17. void (*wdt_reset)(void);
  18. + struct ralink_pinmux_grp *pci;
  19. + int pci_shift;
  20. + u32 pci_mask;
  21. };
  22. extern struct ralink_pinmux rt_gpio_pinmux;