]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mx6sxsabresd: Fix PCI reset and power GPIO assignments
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 30 Sep 2014 17:05:39 +0000 (14:05 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 6 Oct 2014 15:06:23 +0000 (17:06 +0200)
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>
include/configs/mx6sxsabresd.h

index fd74c6980d7911ffabe49f8dc355cceaea0c4995..e02ea18a6467e82762f4a7c128f94aa3af8cc403 100644 (file)
 #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 */