Merge branch 'pci/tegra'
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 4 May 2021 15:43:32 +0000 (10:43 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 4 May 2021 15:43:32 +0000 (10:43 -0500)
- Add MCFG quirks for Tegra194 ECAM errata (Vidya Sagar)

* pci/tegra:
  PCI: tegra: Add Tegra194 MCFG quirks for ECAM errata

1  2 
drivers/pci/controller/dwc/Makefile
drivers/pci/controller/dwc/pcie-tegra194.c

@@@ -32,12 -30,8 +31,13 @@@ obj-$(CONFIG_PCIE_UNIPHIER_EP) += pcie-
  # ARM64 and use internal ifdefs to only build the pieces we need
  # depending on whether ACPI, the DT driver, or both are enabled.
  
 -ifdef CONFIG_PCI
 +obj-$(CONFIG_PCIE_AL) += pcie-al.o
 +obj-$(CONFIG_PCI_HISI) += pcie-hisi.o
 +
 +ifdef CONFIG_ACPI
 +ifdef CONFIG_PCI_QUIRKS
  obj-$(CONFIG_ARM64) += pcie-al.o
  obj-$(CONFIG_ARM64) += pcie-hisi.o
+ obj-$(CONFIG_ARM64) += pcie-tegra194.o
  endif
 +endif