I apologize if this has been posted before and I imagine it has but can't find it. I am implementing a custom board with the AM3505 processor. I have built a Linux kernel using the 2.6.37 source in PSP04.02 without issues, I have developed a display driver for the panel and placed it in drivers/video/omap2/displays and configured the kernel to build with it. That all works fine. The probem I am having is that when I use the framebuffer device, the image is pushed off to the right and appears to wrap around. I am assuming this has something to do with the overlays, etc. but I can't seem to get the framebuffer configured correctly. I have tried setting the omapfb.mode=320x240MR-24@60, but it doesn't change a thing. Are there other changes that need to be made to the dss driver to work with a display of this small of a resolution. I can see that others have accomplished this but it is alluding me. Any help would be appreciated.
Thanks
Bob