0025-MIPS-ralink-add-pci-group-to-struct-ralink_pinmux.patch 897 B

12345678910111213141516171819202122232425262728293031
  1. From e859bf709e73acb5735cf1207422f53fc3202632 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 25/79] 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. diff --git a/arch/mips/ralink/common.h b/arch/mips/ralink/common.h
  13. index f4b19c6..bebd149 100644
  14. --- a/arch/mips/ralink/common.h
  15. +++ b/arch/mips/ralink/common.h
  16. @@ -23,6 +23,9 @@ struct ralink_pinmux {
  17. struct ralink_pinmux_grp *uart;
  18. int uart_shift;
  19. void (*wdt_reset)(void);
  20. + struct ralink_pinmux_grp *pci;
  21. + int pci_shift;
  22. + u32 pci_mask;
  23. };
  24. extern struct ralink_pinmux rt_gpio_pinmux;
  25. --
  26. 1.7.10.4