Skip to content

Commit 5c3b99d

Browse files
richardcochranbjorn-helgaas
authored andcommitted
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 <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 1dbe162 commit 5c3b99d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/host/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ config PCI_DRA7XX
55
bool "TI DRA7xx PCIe controller"
66
select PCIE_DW
77
depends on OF && HAS_IOMEM && TI_PIPE3
8+
depends on BROKEN
89
help
910
Enables support for the PCIe controller in the DRA7xx SoC. There
1011
are two instances of PCIe controller in DRA7xx. This controller can

0 commit comments

Comments
 (0)