diff options
author | Sekhar Nori <nsekhar@ti.com> | 2016-03-04 15:59:19 +0530 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-03-22 07:50:11 -0500 |
commit | 9188269a2e8ea5b32affef99d42c5eda91c07fdf (patch) | |
tree | f6ff6dda3755b5791b990c190155635c89147643 /drivers | |
parent | 30b5b8808c12bcd947dd474980482561b69c1bcb (diff) | |
download | linux-9188269a2e8ea5b32affef99d42c5eda91c07fdf.tar.gz linux-9188269a2e8ea5b32affef99d42c5eda91c07fdf.tar.bz2 linux-9188269a2e8ea5b32affef99d42c5eda91c07fdf.zip |
Revert "PCI: dra7xx: Mark driver as broken"
Revert 5c3b99d05752 ("PCI: dra7xx: Mark driver as broken").
1c96bee4df19 ("ARM: DRA7: hwmod: Add custom reset handler for PCIeSS")
added support to de-assert PCIe reset, so DRA7x PCIe is not broken anymore.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/host/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index c5014bf95a20..7a0780d56d2d 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -5,7 +5,6 @@ config PCI_DRA7XX bool "TI DRA7xx PCIe controller" select PCIE_DW depends on OF && HAS_IOMEM && TI_PIPE3 - depends on BROKEN help Enables support for the PCIe controller in the DRA7xx SoC. There are two instances of PCIe controller in DRA7xx. This controller can |