Browse Source

PCI: dra7xx: Mark driver as broken

Mark the dra7xx PCI host driver as broken.  This driver was first merged in
v3.17 and has never worked.  Although the driver compiles just fine, it is
missing an essential device reset.  If the driver is included, the kernel
locks up hard shortly after booting, before any console output appears.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Richard Cochran 9 năm trước cách đây
mục cha
commit
5c3b99d057
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      drivers/pci/host/Kconfig

+ 1 - 0
drivers/pci/host/Kconfig

@@ -5,6 +5,7 @@ config PCI_DRA7XX
 	bool "TI DRA7xx PCIe controller"
 	bool "TI DRA7xx PCIe controller"
 	select PCIE_DW
 	select PCIE_DW
 	depends on OF && HAS_IOMEM && TI_PIPE3
 	depends on OF && HAS_IOMEM && TI_PIPE3
+	depends on BROKEN
 	help
 	help
 	 Enables support for the PCIe controller in the DRA7xx SoC.  There
 	 Enables support for the PCIe controller in the DRA7xx SoC.  There
 	 are two instances of PCIe controller in DRA7xx.  This controller can
 	 are two instances of PCIe controller in DRA7xx.  This controller can