summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6sabresd.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-03-23 22:45:41 +0100
committerStefano Babic <sbabic@denx.de>2014-03-31 18:28:50 +0200
commite919aa23ef473649fc1ba1694da13a15835d74f1 (patch)
treebe7019987d7ba5de30b9dfc3a5e89433dca9a46b /include/configs/mx6sabresd.h
parenta778aeae051c96319855584c87d1dc3ca7257744 (diff)
downloadtalos-obmc-uboot-e919aa23ef473649fc1ba1694da13a15835d74f1.tar.gz
talos-obmc-uboot-e919aa23ef473649fc1ba1694da13a15835d74f1.zip
ARM: mx6: Add PCIe on SabreSDP
Add support for PCIe on MX6 SabreSDP board and enable the support in the config file. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Liu Ying <Ying.Liu@freescale.com>
Diffstat (limited to 'include/configs/mx6sabresd.h')
-rw-r--r--include/configs/mx6sabresd.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h
index 4919f53328..5d02d23ec7 100644
--- a/include/configs/mx6sabresd.h
+++ b/include/configs/mx6sabresd.h
@@ -48,4 +48,14 @@
#define CONFIG_IPUV3_CLK 260000000
#define CONFIG_IMX_HDMI
+#define CONFIG_CMD_PCI
+#ifdef CONFIG_CMD_PCI
+#define CONFIG_PCI
+#define CONFIG_PCI_PNP
+#define CONFIG_PCI_SCAN_SHOW
+#define CONFIG_PCIE_IMX
+#define CONFIG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(7, 12)
+#define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(3, 19)
+#endif
+
#endif /* __MX6QSABRESD_CONFIG_H */
OpenPOWER on IntegriCloud