From: Tony Lindgren <tony@atomide.com>
To: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: Sebastian Reichel <sre@kernel.org>,
Tomi Valkeinen <tomi.valkeinen@ti.com>,
linux-omap@vger.kernel.org
Subject: Re: [PATCH] ARM: OMAP2+: N900: remove omapdss init for DT boot
Date: Tue, 8 Apr 2014 15:23:55 -0700 [thread overview]
Message-ID: <20140408222355.GA23005@atomide.com> (raw)
In-Reply-To: <20140408214011.GB15736@drone.musicnaut.iki.fi>
* Aaro Koskinen <aaro.koskinen@iki.fi> [140408 14:48]:
> Hi,
>
> On Tue, Apr 08, 2014 at 10:51:18PM +0200, Sebastian Reichel wrote:
> > Do not try to initialize display for DT boot, since omapdss
> > is now initialized via Device Tree. Without this patch the
> > display subsystem does not properly come up.
> >
> > Signed-off-by: Sebastian Reichel <sre@kernel.org>
> > ---
> > Hi,
> >
> > This patch should be added to 3.15-rc to make display initialization via DT
> > possible. Sorry for not noticing earlier, that this was missing in Tomi's
> > patchset.
> >
> > -- Sebastian
> > ---
> > arch/arm/mach-omap2/board-rx51-video.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm/mach-omap2/board-rx51-video.c b/arch/arm/mach-omap2/board-rx51-video.c
> > index 43a90c8..9cfebc5 100644
> > --- a/arch/arm/mach-omap2/board-rx51-video.c
> > +++ b/arch/arm/mach-omap2/board-rx51-video.c
> > @@ -48,7 +48,7 @@ static struct omap_dss_board_info rx51_dss_board_info = {
> >
> > static int __init rx51_video_init(void)
> > {
> > - if (!machine_is_nokia_rx51() && !of_machine_is_compatible("nokia,omap3-n900"))
> > + if (!machine_is_nokia_rx51())
> > return 0;
>
> Shouldn't we delete the whole file, since non-DT boot is
> not anymore supported?
Legacy support is still there for omap3 until the DSS displays are
converted.
Regards,
Tony
next prev parent reply other threads:[~2014-04-08 22:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-08 20:51 [PATCH] ARM: OMAP2+: N900: remove omapdss init for DT boot Sebastian Reichel
2014-04-08 21:40 ` Aaro Koskinen
2014-04-08 22:23 ` Tony Lindgren [this message]
2014-04-08 23:09 ` Aaro Koskinen
2014-04-09 6:27 ` Tomi Valkeinen
2014-04-18 22:43 ` 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=20140408222355.GA23005@atomide.com \
--to=tony@atomide.com \
--cc=aaro.koskinen@iki.fi \
--cc=linux-omap@vger.kernel.org \
--cc=sre@kernel.org \
--cc=tomi.valkeinen@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).