summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2016-07-29 13:15:06 -0600
committerTom Warren <twarren@nvidia.com>2016-08-15 10:26:13 -0700
commita6bb0084c2797b1e16403e2e812737ca1fb37669 (patch)
treee336113693bda3396f03baa8d99bea82315f621e /include/configs
parent45d85f0872ef92779ea5b51a424845a919a41462 (diff)
downloadu-boot-imx-a6bb0084c2797b1e16403e2e812737ca1fb37669.zip
u-boot-imx-a6bb0084c2797b1e16403e2e812737ca1fb37669.tar.gz
u-boot-imx-a6bb0084c2797b1e16403e2e812737ca1fb37669.tar.bz2
ARM: tegra: enable PCIe controller on p2771-0000
p2771-0000 has a couple of PCIe ports; one physically x4 desktop PCI connector (which may run at x2 electrically, depending on the board version and configuration) and a x1 connection to the M.2 slot (which may not be active, depending on the board version and configuration). This change enables those. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/p2771-0000.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/p2771-0000.h b/include/configs/p2771-0000.h
index 3ce7208..1f64405 100644
--- a/include/configs/p2771-0000.h
+++ b/include/configs/p2771-0000.h
@@ -28,6 +28,11 @@
#define CONFIG_SYS_MMC_ENV_PART 2
#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
+/* PCI host support */
+#define CONFIG_PCI
+#define CONFIG_PCI_PNP
+#define CONFIG_CMD_PCI
+
#include "tegra-common-post.h"
/* Crystal is 38.4MHz. clk_m runs at half that rate */