Re: [U-Boot] [PATCH] arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite

2016-07-21 Thread Hannes Schmelzer
On 07/21/2016 10:28 AM, Stefano Babic wrote: Hi Hannes, Hi Stefano, On 21/07/2016 08:10, Hannes Schmelzer wrote: Just looked around a bit more about this. Root cause for failing this patch is, that many boards do not use the 'IOMUX_PADS' macro, instead they just directly use the definition

Re: [U-Boot] [PATCH] arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite

2016-07-21 Thread Stefano Babic
Hi Hannes, On 21/07/2016 08:10, Hannes Schmelzer wrote: > Just looked around a bit more about this. > Root cause for failing this patch is, that many boards do not use the > 'IOMUX_PADS' macro, instead they just directly use the definition out of > "mx6dl_pins.h" for example. Both are allowed. I

Re: [U-Boot] [PATCH] arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite

2016-07-20 Thread Hannes Schmelzer
On 07/20/2016 10:51 PM, Hannes Schmelzer wrote: On 07/20/2016 09:30 AM, Stefano Babic wrote: Hi Hannes, Hi Stefano, this patch breaks most i.MX6 boards (the not DL) and I revert it. Maybe I had to ask better before, anyway: sorry for inconvenience, i should have done more testing on this. I j

Re: [U-Boot] [PATCH] arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite

2016-07-20 Thread Hannes Schmelzer
On 07/20/2016 09:30 AM, Stefano Babic wrote: Hi Hannes, Hi Stefano, this patch breaks most i.MX6 boards (the not DL) and I revert it. Maybe I had to ask better before, anyway: sorry for inconvenience, i should have done more testing on this. I just tried to compile several i.mx6 boards and fou

Re: [U-Boot] [PATCH] arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite

2016-07-20 Thread Stefano Babic
Hi Hannes, this patch breaks most i.MX6 boards (the not DL) and I revert it. Maybe I had to ask better before, anyway: On 22/06/2016 12:07, Hannes Schmelzer wrote: > if we build for an i.mx6 (d)ual(l)ite CONFIC_MX6DL we shall use > MX6DL_PAD instead the common MX6_PAD. > > Signed-off-by: Hannes

Re: [U-Boot] [PATCH] arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite

2016-07-11 Thread Otavio Salvador
On Wed, Jun 22, 2016 at 7:07 AM, Hannes Schmelzer wrote: > if we build for an i.mx6 (d)ual(l)ite CONFIC_MX6DL we shall use > MX6DL_PAD instead the common MX6_PAD. > > Signed-off-by: Hannes Schmelzer Please put this for the current release; this is a bugfix and a critical one. -- Otavio Salvad

Re: [U-Boot] [PATCH] arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite

2016-07-11 Thread Stefano Babic
On 22/06/2016 12:07, Hannes Schmelzer wrote: > if we build for an i.mx6 (d)ual(l)ite CONFIC_MX6DL we shall use > MX6DL_PAD instead the common MX6_PAD. > > Signed-off-by: Hannes Schmelzer > --- > > arch/arm/include/asm/arch-mx6/mx6-pins.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(

[U-Boot] [PATCH] arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite

2016-06-22 Thread Hannes Schmelzer
if we build for an i.mx6 (d)ual(l)ite CONFIC_MX6DL we shall use MX6DL_PAD instead the common MX6_PAD. Signed-off-by: Hannes Schmelzer --- arch/arm/include/asm/arch-mx6/mx6-pins.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/arch-mx6/mx6-pins.h b/