0151-lantiq-ifxmips_pcie-use-of.patch 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. --- a/arch/mips/pci/ifxmips_pcie.c
  2. +++ b/arch/mips/pci/ifxmips_pcie.c
  3. @@ -18,6 +18,9 @@
  4. #include <linux/pci_regs.h>
  5. #include <linux/module.h>
  6. +#include <linux/of_gpio.h>
  7. +#include <linux/of_platform.h>
  8. +
  9. #include "ifxmips_pcie.h"
  10. #include "ifxmips_pcie_reg.h"
  11. @@ -40,6 +43,7 @@
  12. static DEFINE_SPINLOCK(ifx_pcie_lock);
  13. u32 g_pcie_debug_flag = PCIE_MSG_ANY & (~PCIE_MSG_CFG);
  14. +static int pcie_reset_gpio;
  15. static ifx_pcie_irq_t pcie_irqs[IFX_PCIE_CORE_NR] = {
  16. {
  17. @@ -82,6 +86,22 @@ void ifx_pcie_debug(const char *fmt, ...
  18. printk("%s", buf);
  19. }
  20. +static inline void pcie_ep_gpio_rst_init(int pcie_port)
  21. +{
  22. + gpio_direction_output(pcie_reset_gpio, 1);
  23. + gpio_set_value(pcie_reset_gpio, 1);
  24. +}
  25. +
  26. +static inline void pcie_device_rst_assert(int pcie_port)
  27. +{
  28. + gpio_set_value(pcie_reset_gpio, 0);
  29. +}
  30. +
  31. +static inline void pcie_device_rst_deassert(int pcie_port)
  32. +{
  33. + mdelay(100);
  34. + gpio_direction_output(pcie_reset_gpio, 1);
  35. +}
  36. static inline int pcie_ltssm_enable(int pcie_port)
  37. {
  38. @@ -1045,8 +1065,9 @@ pcie_rc_initialize(int pcie_port)
  39. return 0;
  40. }
  41. -static int __init ifx_pcie_bios_init(void)
  42. +static int __init ifx_pcie_bios_probe(struct platform_device *pdev)
  43. {
  44. + struct device_node *node = pdev->dev.of_node;
  45. void __iomem *io_map_base;
  46. int pcie_port;
  47. int startup_port;
  48. @@ -1055,7 +1076,17 @@ static int __init ifx_pcie_bios_init(voi
  49. pcie_ahb_pmu_setup();
  50. startup_port = IFX_PCIE_PORT0;
  51. -
  52. +
  53. + pcie_reset_gpio = of_get_named_gpio(node, "gpio-reset", 0);
  54. + if (gpio_is_valid(pcie_reset_gpio)) {
  55. + int ret = devm_gpio_request(&pdev->dev, pcie_reset_gpio, "pcie-reset");
  56. + if (ret) {
  57. + dev_err(&pdev->dev, "failed to request gpio %d\n", pcie_reset_gpio);
  58. + return ret;
  59. + }
  60. + gpio_direction_output(pcie_reset_gpio, 1);
  61. + }
  62. +
  63. for (pcie_port = startup_port; pcie_port < IFX_PCIE_CORE_NR; pcie_port++){
  64. if (pcie_rc_initialize(pcie_port) == 0) {
  65. IFX_PCIE_PRINT(PCIE_MSG_INIT, "%s: ifx_pcie_cfg_base 0x%p\n",
  66. @@ -1067,6 +1098,7 @@ static int __init ifx_pcie_bios_init(voi
  67. return -ENOMEM;
  68. }
  69. ifx_pcie_controller[pcie_port].pcic.io_map_base = (unsigned long)io_map_base;
  70. + pci_load_of_ranges(&ifx_pcie_controller[pcie_port].pcic, node);
  71. register_pci_controller(&ifx_pcie_controller[pcie_port].pcic);
  72. /* XXX, clear error status */
  73. @@ -1083,6 +1115,30 @@ static int __init ifx_pcie_bios_init(voi
  74. return 0;
  75. }
  76. +
  77. +static const struct of_device_id ifxmips_pcie_match[] = {
  78. + { .compatible = "lantiq,pcie-xrx200" },
  79. + {},
  80. +};
  81. +MODULE_DEVICE_TABLE(of, ifxmips_pcie_match);
  82. +
  83. +static struct platform_driver ltq_pci_driver = {
  84. + .probe = ifx_pcie_bios_probe,
  85. + .driver = {
  86. + .name = "pcie-xrx200",
  87. + .owner = THIS_MODULE,
  88. + .of_match_table = ifxmips_pcie_match,
  89. + },
  90. +};
  91. +
  92. +int __init ifx_pcie_bios_init(void)
  93. +{
  94. + int ret = platform_driver_register(&ltq_pci_driver);
  95. + if (ret)
  96. + pr_info("pcie-xrx200: Error registering platform driver!");
  97. + return ret;
  98. +}
  99. +
  100. arch_initcall(ifx_pcie_bios_init);
  101. MODULE_LICENSE("GPL");
  102. --- a/arch/mips/pci/ifxmips_pcie_vr9.h
  103. +++ b/arch/mips/pci/ifxmips_pcie_vr9.h
  104. @@ -22,8 +22,6 @@
  105. #include <linux/gpio.h>
  106. #include <lantiq_soc.h>
  107. -#define IFX_PCIE_GPIO_RESET 494
  108. -
  109. #define IFX_REG_R32 ltq_r32
  110. #define IFX_REG_W32 ltq_w32
  111. #define CONFIG_IFX_PCIE_HW_SWAP
  112. @@ -53,21 +51,6 @@
  113. #define OUT ((volatile u32*)(IFX_GPIO + 0x0070))
  114. -static inline void pcie_ep_gpio_rst_init(int pcie_port)
  115. -{
  116. -
  117. - gpio_request(IFX_PCIE_GPIO_RESET, "pcie-reset");
  118. - gpio_direction_output(IFX_PCIE_GPIO_RESET, 1);
  119. - gpio_set_value(IFX_PCIE_GPIO_RESET, 1);
  120. -
  121. -/* ifx_gpio_pin_reserve(IFX_PCIE_GPIO_RESET, ifx_pcie_gpio_module_id);
  122. - ifx_gpio_output_set(IFX_PCIE_GPIO_RESET, ifx_pcie_gpio_module_id);
  123. - ifx_gpio_dir_out_set(IFX_PCIE_GPIO_RESET, ifx_pcie_gpio_module_id);
  124. - ifx_gpio_altsel0_clear(IFX_PCIE_GPIO_RESET, ifx_pcie_gpio_module_id);
  125. - ifx_gpio_altsel1_clear(IFX_PCIE_GPIO_RESET, ifx_pcie_gpio_module_id);
  126. - ifx_gpio_open_drain_set(IFX_PCIE_GPIO_RESET, ifx_pcie_gpio_module_id);*/
  127. -}
  128. -
  129. static inline void pcie_ahb_pmu_setup(void)
  130. {
  131. /* Enable AHB bus master/slave */
  132. @@ -180,20 +163,6 @@ static inline void pcie_phy_rst_deassert
  133. IFX_REG_W32(reg, IFX_RCU_RST_REQ);
  134. }
  135. -static inline void pcie_device_rst_assert(int pcie_port)
  136. -{
  137. - gpio_set_value(IFX_PCIE_GPIO_RESET, 0);
  138. -// ifx_gpio_output_clear(IFX_PCIE_GPIO_RESET, ifx_pcie_gpio_module_id);
  139. -}
  140. -
  141. -static inline void pcie_device_rst_deassert(int pcie_port)
  142. -{
  143. - mdelay(100);
  144. - gpio_direction_output(IFX_PCIE_GPIO_RESET, 1);
  145. -// gpio_set_value(IFX_PCIE_GPIO_RESET, 1);
  146. - //ifx_gpio_output_set(IFX_PCIE_GPIO_RESET, ifx_pcie_gpio_module_id);
  147. -}
  148. -
  149. static inline void pcie_core_pmu_setup(int pcie_port)
  150. {
  151. struct clk *clk;