All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments
@ 2014-09-30 17:05 Fabio Estevam
  2014-10-04 22:45 ` Fabio Estevam
  2014-10-06 15:07 ` Stefano Babic
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2014-09-30 17:05 UTC (permalink / raw)
  To: u-boot

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index fd74c69..e02ea18 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 */
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments
  2014-09-30 17:05 [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments Fabio Estevam
@ 2014-10-04 22:45 ` Fabio Estevam
  2014-10-06  8:43   ` Stefano Babic
  2014-10-06 15:07 ` Stefano Babic
  1 sibling, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2014-10-04 22:45 UTC (permalink / raw)
  To: u-boot

Hi Stefano,

On Tue, Sep 30, 2014 at 2:05 PM, Fabio Estevam
<fabio.estevam@freescale.com> wrote:
> 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>

Would it be possible to get this one into 2014.10?

Thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments
  2014-10-04 22:45 ` Fabio Estevam
@ 2014-10-06  8:43   ` Stefano Babic
  0 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2014-10-06  8:43 UTC (permalink / raw)
  To: u-boot

Hi Fabio,

On 05/10/2014 00:45, Fabio Estevam wrote:
> Hi Stefano,
> 
> On Tue, Sep 30, 2014 at 2:05 PM, Fabio Estevam
> <fabio.estevam@freescale.com> wrote:
>> 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>
> 
> Would it be possible to get this one into 2014.10?

Yes, I will merge it.

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments
  2014-09-30 17:05 [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments Fabio Estevam
  2014-10-04 22:45 ` Fabio Estevam
@ 2014-10-06 15:07 ` Stefano Babic
  1 sibling, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2014-10-06 15:07 UTC (permalink / raw)
  To: u-boot

On 30/09/2014 19:05, Fabio Estevam wrote:
> 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>
> ---


Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-06 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-30 17:05 [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments Fabio Estevam
2014-10-04 22:45 ` Fabio Estevam
2014-10-06  8:43   ` Stefano Babic
2014-10-06 15:07 ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.