Re: [PATCH 1/1] ARM: dts: omap3-igep: fix boot fail due wrong compatible match

2014-02-28 Thread Tony Lindgren
* Javier Martinez Canillas [140228 11:07]: > On Fri, Feb 28, 2014 at 3:57 PM, Tony Lindgren wrote: > > * Javier Martinez Canillas [140228 10:52]: > >> > >> I saw you send a pull request for 3.14-rc4 fixes and this fix was not > >> included. > >> > >> Are you planning to send more fixes for 3.14

Re: [PATCH 1/1] ARM: dts: omap3-igep: fix boot fail due wrong compatible match

2014-02-28 Thread Javier Martinez Canillas
Hi Tony, On Fri, Feb 28, 2014 at 3:57 PM, Tony Lindgren wrote: > * Javier Martinez Canillas [140228 10:52]: >> Hi Tony, >> >> On Sat, Feb 22, 2014 at 10:59 AM, Javier Martinez Canillas >> wrote: >> > This patch is based on commit: >> > >> > 016c12d2 ("ARM: OMAP3: Fix hardware detection for omap

Re: [PATCH 1/1] ARM: dts: omap3-igep: fix boot fail due wrong compatible match

2014-02-28 Thread Tony Lindgren
* Javier Martinez Canillas [140228 10:52]: > Hi Tony, > > On Sat, Feb 22, 2014 at 10:59 AM, Javier Martinez Canillas > wrote: > > This patch is based on commit: > > > > 016c12d2 ("ARM: OMAP3: Fix hardware detection for omap3630 when booted with > > device tree") > > > > and fixes a boot hang du

Re: [PATCH 1/1] ARM: dts: omap3-igep: fix boot fail due wrong compatible match

2014-02-28 Thread Javier Martinez Canillas
Hi Tony, On Sat, Feb 22, 2014 at 10:59 AM, Javier Martinez Canillas wrote: > This patch is based on commit: > > 016c12d2 ("ARM: OMAP3: Fix hardware detection for omap3630 when booted with > device tree") > > and fixes a boot hang due the IGEP board being wrongly initialized > as an OMAP3430 plat

[PATCH 1/1] ARM: dts: omap3-igep: fix boot fail due wrong compatible match

2014-02-22 Thread Javier Martinez Canillas
This patch is based on commit: 016c12d2 ("ARM: OMAP3: Fix hardware detection for omap3630 when booted with device tree") and fixes a boot hang due the IGEP board being wrongly initialized as an OMAP3430 platform instead of an OMAP3630. Signed-off-by: Javier Martinez Canillas --- Tony and Beno