Re: [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments

2014-10-06 Thread Stefano Babic
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 > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments

2014-10-06 Thread Stefano Babic
Hi Fabio, On 05/10/2014 00:45, Fabio Estevam wrote: > Hi Stefano, > > On Tue, Sep 30, 2014 at 2:05 PM, 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 > > Would it be possi

Re: [U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments

2014-10-04 Thread Fabio Estevam
Hi Stefano, On Tue, Sep 30, 2014 at 2:05 PM, 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 Would it be possible to get this one into 2014.10? Thanks

[U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments

2014-09-30 Thread Fabio Estevam
PERST_GPIO and POWER_GPIO are currently swapped. Fix the GPIO assignments as per the board schematics. Signed-off-by: Fabio Estevam --- include/configs/mx6sxsabresd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsa