From: Tony Lindgren <tony@atomide.com>
To: Javier Martinez Canillas <javier@dowhile0.org>
Cc: "Benoît Cousson" <bcousson@baylibre.com>,
"Enric Balletbo i Serra" <eballetbo@gmail.com>,
"Nishanth Menon" <nm@ti.com>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"Javier Martinez Canillas" <javier.martinez@collabora.co.uk>
Subject: Re: [PATCH 1/1] ARM: dts: omap3-igep: fix boot fail due wrong compatible match
Date: Fri, 28 Feb 2014 10:57:37 -0800 [thread overview]
Message-ID: <20140228185736.GE15399@atomide.com> (raw)
In-Reply-To: <CABxcv=nomABe13t+zKL1=ofeGvB2hL7B3tVU6KohzGw9y5OTKg@mail.gmail.com>
* Javier Martinez Canillas <javier@dowhile0.org> [140228 10:52]:
> Hi Tony,
>
> On Sat, Feb 22, 2014 at 10:59 AM, Javier Martinez Canillas
> <javier.martinez@collabora.co.uk> 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 platform instead of an OMAP3630.
> >
> > Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> > ---
> >
> > Tony and Benoit,
> >
> > Sorry for posting this patch this late on the -rc cycle but I just didn't
> > have time before to test IGEP boards against 3.14.
> >
> > I hope this fix can still make it to 3.14 since is a very big issue
> > (board not even booting).
> >
> > Thanks a lot and best regards,
> > Javier
> >
> > arch/arm/boot/dts/omap3-igep0020.dts | 2 +-
> > arch/arm/boot/dts/omap3-igep0030.dts | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/omap3-igep0020.dts b/arch/arm/boot/dts/omap3-igep0020.dts
> > index 25a2b5f..f2779ac 100644
> > --- a/arch/arm/boot/dts/omap3-igep0020.dts
> > +++ b/arch/arm/boot/dts/omap3-igep0020.dts
> > @@ -14,7 +14,7 @@
> >
> > / {
> > model = "IGEPv2 (TI OMAP AM/DM37x)";
> > - compatible = "isee,omap3-igep0020", "ti,omap3";
> > + compatible = "isee,omap3-igep0020", "ti,omap36xx", "ti,omap3";
> >
> > leds {
> > pinctrl-names = "default";
> > diff --git a/arch/arm/boot/dts/omap3-igep0030.dts b/arch/arm/boot/dts/omap3-igep0030.dts
> > index 145c58c..2793749 100644
> > --- a/arch/arm/boot/dts/omap3-igep0030.dts
> > +++ b/arch/arm/boot/dts/omap3-igep0030.dts
> > @@ -13,7 +13,7 @@
> >
> > / {
> > model = "IGEP COM MODULE (TI OMAP AM/DM37x)";
> > - compatible = "isee,omap3-igep0030", "ti,omap3";
> > + compatible = "isee,omap3-igep0030", "ti,omap36xx", "ti,omap3";
> >
> > leds {
> > pinctrl-names = "default";
> > --
> > 1.8.5.3
> >
>
> 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?
Yes hoping to send one more set, got this one tagged for it.
Regards,
Tony
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] ARM: dts: omap3-igep: fix boot fail due wrong compatible match
Date: Fri, 28 Feb 2014 10:57:37 -0800 [thread overview]
Message-ID: <20140228185736.GE15399@atomide.com> (raw)
In-Reply-To: <CABxcv=nomABe13t+zKL1=ofeGvB2hL7B3tVU6KohzGw9y5OTKg@mail.gmail.com>
* Javier Martinez Canillas <javier@dowhile0.org> [140228 10:52]:
> Hi Tony,
>
> On Sat, Feb 22, 2014 at 10:59 AM, Javier Martinez Canillas
> <javier.martinez@collabora.co.uk> 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 platform instead of an OMAP3630.
> >
> > Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> > ---
> >
> > Tony and Benoit,
> >
> > Sorry for posting this patch this late on the -rc cycle but I just didn't
> > have time before to test IGEP boards against 3.14.
> >
> > I hope this fix can still make it to 3.14 since is a very big issue
> > (board not even booting).
> >
> > Thanks a lot and best regards,
> > Javier
> >
> > arch/arm/boot/dts/omap3-igep0020.dts | 2 +-
> > arch/arm/boot/dts/omap3-igep0030.dts | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/omap3-igep0020.dts b/arch/arm/boot/dts/omap3-igep0020.dts
> > index 25a2b5f..f2779ac 100644
> > --- a/arch/arm/boot/dts/omap3-igep0020.dts
> > +++ b/arch/arm/boot/dts/omap3-igep0020.dts
> > @@ -14,7 +14,7 @@
> >
> > / {
> > model = "IGEPv2 (TI OMAP AM/DM37x)";
> > - compatible = "isee,omap3-igep0020", "ti,omap3";
> > + compatible = "isee,omap3-igep0020", "ti,omap36xx", "ti,omap3";
> >
> > leds {
> > pinctrl-names = "default";
> > diff --git a/arch/arm/boot/dts/omap3-igep0030.dts b/arch/arm/boot/dts/omap3-igep0030.dts
> > index 145c58c..2793749 100644
> > --- a/arch/arm/boot/dts/omap3-igep0030.dts
> > +++ b/arch/arm/boot/dts/omap3-igep0030.dts
> > @@ -13,7 +13,7 @@
> >
> > / {
> > model = "IGEP COM MODULE (TI OMAP AM/DM37x)";
> > - compatible = "isee,omap3-igep0030", "ti,omap3";
> > + compatible = "isee,omap3-igep0030", "ti,omap36xx", "ti,omap3";
> >
> > leds {
> > pinctrl-names = "default";
> > --
> > 1.8.5.3
> >
>
> 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?
Yes hoping to send one more set, got this one tagged for it.
Regards,
Tony
next prev parent reply other threads:[~2014-02-28 18:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-22 13:59 [PATCH 1/1] ARM: dts: omap3-igep: fix boot fail due wrong compatible match Javier Martinez Canillas
2014-02-22 13:59 ` Javier Martinez Canillas
2014-02-28 18:49 ` Javier Martinez Canillas
2014-02-28 18:49 ` Javier Martinez Canillas
2014-02-28 18:57 ` Tony Lindgren [this message]
2014-02-28 18:57 ` Tony Lindgren
2014-02-28 19:04 ` Javier Martinez Canillas
2014-02-28 19:04 ` Javier Martinez Canillas
2014-02-28 19:31 ` Tony Lindgren
2014-02-28 19:31 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140228185736.GE15399@atomide.com \
--to=tony@atomide.com \
--cc=bcousson@baylibre.com \
--cc=eballetbo@gmail.com \
--cc=javier.martinez@collabora.co.uk \
--cc=javier@dowhile0.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=nm@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.