0033-ARM-qcom-automatically-select-PCI_DOMAINS-if-PCI-is-.patch 979 B

1234567891011121314151617181920212223242526272829
  1. From 48051ece78136e4235a2415a52797db56f8a4478 Mon Sep 17 00:00:00 2001
  2. From: Mathieu Olivari <[email protected]>
  3. Date: Tue, 21 Apr 2015 19:09:07 -0700
  4. Subject: [PATCH 33/69] 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 <[email protected]>
  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 ARM_AMBA
  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.