Re: [PATCH] ARM: OMAP2+: N900: remove omapdss init for DT boot

2014-04-18 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [140408 23:31]: On 08/04/14 23:51, 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:

Re: [PATCH] ARM: OMAP2+: N900: remove omapdss init for DT boot

2014-04-09 Thread Tomi Valkeinen
On 08/04/14 23:51, 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 s...@kernel.org --- Hi, This patch should be

[PATCH] ARM: OMAP2+: N900: remove omapdss init for DT boot

2014-04-08 Thread Sebastian Reichel
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 s...@kernel.org --- Hi, This patch should be added to 3.15-rc to make display initialization via DT

Re: [PATCH] ARM: OMAP2+: N900: remove omapdss init for DT boot

2014-04-08 Thread Aaro Koskinen
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 s...@kernel.org ---

Re: [PATCH] ARM: OMAP2+: N900: remove omapdss init for DT boot

2014-04-08 Thread Tony Lindgren
* Aaro Koskinen aaro.koski...@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.

Re: [PATCH] ARM: OMAP2+: N900: remove omapdss init for DT boot

2014-04-08 Thread Aaro Koskinen
On Tue, Apr 08, 2014 at 03:23:55PM -0700, Tony Lindgren wrote: * Aaro Koskinen aaro.koski...@iki.fi [140408 14:48]: 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. Sorry, I was