diff options
author | Minghuan Lian <Minghuan.Lian@freescale.com> | 2014-10-31 13:43:44 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-11 09:35:56 -0800 |
commit | da419027afe8336284f5db9867a880dfb3b3ab26 (patch) | |
tree | cbf4e1e85254b024850df60bc1d7b42f27dd5d54 /drivers/pci/Makefile | |
parent | 306fa012794e68e568bd51b829d1754323e0b8aa (diff) | |
download | u-boot-da419027afe8336284f5db9867a880dfb3b3ab26.zip u-boot-da419027afe8336284f5db9867a880dfb3b3ab26.tar.gz u-boot-da419027afe8336284f5db9867a880dfb3b3ab26.tar.bz2 |
arm: ls102xa: Update PCIe dts node status
The patch changes PCIe dts node status to 'disabled' if the
corresponding controller is disabled according to serdes protocol.
Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.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 55d6a9b..85e82bd 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -17,3 +17,4 @@ obj-$(CONFIG_SH7751_PCI) +=pci_sh7751.o obj-$(CONFIG_SH7780_PCI) +=pci_sh7780.o obj-$(CONFIG_TSI108_PCI) += tsi108_pci.o obj-$(CONFIG_WINBOND_83C553) += w83c553f.o +obj-$(CONFIG_PCIE_LAYERSCAPE) += pcie_layerscape.o |