From 708782f14565b41a265e3a45d93e9f690e15ff23 Mon Sep 17 00:00:00 2001 From: Richard Zhu Date: Wed, 15 Oct 2014 15:33:44 +0800 Subject: MLK-9697 pcie: PERST_GPIO and POWER_GPIO are currently swapped Fix the GPIO assignments as per the board schematics. Signed-off-by: Richard Zhu --- include/configs/mx6sxsabresd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/configs') diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index 0414c25..74a09f0 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -374,8 +374,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 #if defined(CONFIG_ANDROID_SUPPORT) -- cgit v1.1