diff options
author | Stefan Roese <sr@denx.de> | 2021-04-07 08:43:35 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2021-04-23 21:03:25 +0200 |
commit | ddafdb90911ff98b63b8ba4ec7725571c09516fa (patch) | |
tree | 7a592e7d47f8d2e72ca80b17ec46190f8c319480 /drivers/pci/Makefile | |
parent | f9fa8b89487631d506df6e60c8173ce358bfa443 (diff) | |
download | u-boot-ddafdb90911ff98b63b8ba4ec7725571c09516fa.zip u-boot-ddafdb90911ff98b63b8ba4ec7725571c09516fa.tar.gz u-boot-ddafdb90911ff98b63b8ba4ec7725571c09516fa.tar.bz2 |
mips: octeon: Add Octeon PCIe host controller driver
This patch adds the PCIe host controller driver for MIPS Octeon II/III.
The driver mainly consist of the PCI config functions, as all of the
complex serdes related port / lane setup, is done in the serdes / pcie
code available in the "arch/mips/mach-octeon" directory.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Aaron Williams <awilliams@marvell.com>
Cc: Chandrakala Chavva <cchavva@marvell.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'drivers/pci/Makefile')
-rw-r--r-- | drivers/pci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 96d6182..1f74178 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -53,3 +53,4 @@ obj-$(CONFIG_PCIE_DW_ROCKCHIP) += pcie_dw_rockchip.o obj-$(CONFIG_PCIE_DW_MESON) += pcie_dw_meson.o obj-$(CONFIG_PCI_BRCMSTB) += pcie_brcmstb.o obj-$(CONFIG_PCI_OCTEONTX) += pci_octeontx.o +obj-$(CONFIG_PCIE_OCTEON) += pcie_octeon.o |