summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6sxsabresd.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-09-30 14:05:39 -0300
committerStefano Babic <sbabic@denx.de>2014-10-06 17:06:23 +0200
commitfb6f86c4116252bbae2fb8773a614b8c790d25d4 (patch)
tree56a7e3b3f46583b542d4bcb8825fa6adb3552c65 /include/configs/mx6sxsabresd.h
parent9f87640c03ea686bde5788ae14b13666620102f7 (diff)
downloadtalos-obmc-uboot-fb6f86c4116252bbae2fb8773a614b8c790d25d4.tar.gz
talos-obmc-uboot-fb6f86c4116252bbae2fb8773a614b8c790d25d4.zip
mx6sxsabresd: Fix PCI reset and power GPIO assignments
PERST_GPIO and POWER_GPIO are currently swapped. Fix the GPIO assignments as per the board schematics. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx6sxsabresd.h')
-rw-r--r--include/configs/mx6sxsabresd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index fd74c6980d..e02ea18a64 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -204,8 +204,8 @@
#define CONFIG_PCI_PNP
#define CONFIG_PCI_SCAN_SHOW
#define CONFIG_PCIE_IMX
-#define CONFIG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(2, 1)
-#define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(2, 0)
+#define CONFIG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(2, 0)
+#define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(2, 1)
#endif
/* FLASH and environment organization */
OpenPOWER on IntegriCloud