On Wed, Apr 22, 2009 at 8:39 AM, twebb <taliaferro62@xxxxxxxxx> wrote: > On Tue, Apr 21, 2009 at 6:29 PM, Marek Vasut <marek.vasut@xxxxxxxxx> wrote: >> On Wednesday 22 of April 2009 00:18:54 twebb wrote: >>> I'm trying to start up the LCD panel on a new omap35xx-based platform >>> in portrait mode, though the native orientation of the display is >>> landscape. I'm running linux-2.6.27-omap1. However, when I change >>> "def_rotate" to 90 in omapfb_main.c, it doesn't seem to make any >>> difference in the orientation of the display. Any ideas why this >>> might be happening? Could there be outstanding fixes/patches I need? >> >> change it to 1 or something ... btw. this should be configurable through some >> platform_data. Also, dont bring up new platform on deprecated kernel. >>> > > Since when is linux-omap v2.6.27-omap1 deprecated? It's only 5 months > old! Am I missing something here? > > And the def_rotate is defined to be in degrees - I'm pretty sure > setting it to 1 won't work. Deprecated is probably a poor choice of words, but if you are indeed bringing up a new platform, doing so on the newest Kernel you can find will ensure that bringing in newer changes from the time you begin your work will be easier. The L-O tree is already about 2.6.30, so you're essentially 3 revisions out and you're just setting yourself up for a bunch of work to port numerous changes into your Kernel. And as Greg KH would probably say, 5 months in Kernel development land is a really long period of time. :) -- Ashwin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html