113-ARM-qcom-automatically-select-PCI_DOMAINS-if-PCI-is-.patch 978 B

1234567891011121314151617181920212223242526272829
  1. From f004aa1dec6e2e206be025de15b115d60f2b21e3 Mon Sep 17 00:00:00 2001
  2. From: Mathieu Olivari <mathieu@codeaurora.org>
  3. Date: Tue, 21 Apr 2015 19:09:07 -0700
  4. Subject: [PATCH 9/9] ARM: qcom: automatically select PCI_DOMAINS if PCI is
  5. enabled
  6. If multiple PCIe devices are present in the system, the kernel will
  7. panic at boot time when trying to scan the PCI buses. This happens on
  8. IPQ806x based platforms, which has 3 PCIe ports.
  9. Enabling this option allows the kernel to assign the pci-domains
  10. according to the device-tree content. This allows multiple PCIe
  11. controllers to coexist in the system.
  12. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
  13. ---
  14. arch/arm/mach-qcom/Kconfig | 1 +
  15. 1 file changed, 1 insertion(+)
  16. --- a/arch/arm/mach-qcom/Kconfig
  17. +++ b/arch/arm/mach-qcom/Kconfig
  18. @@ -6,6 +6,7 @@ menuconfig ARCH_QCOM
  19. select CLKSRC_OF
  20. select PINCTRL
  21. select QCOM_SCM if SMP
  22. + select PCI_DOMAINS if PCI
  23. help
  24. Support for Qualcomm's devicetree based systems.