I am interested in using a MIPI LCD panel and hence the DSI driver for an OMAP3x system running a 2.6.37 kernel, probably with Android. I see the panel-taal.c driver in drivers/video/omap2/displays, but it seems to have way more features than a basic LCD panel--and I can't seem to get a datasheet on the panel to understand it better. There also aren't any board files in arch/arm/mach-omap2/board-xxxxx.c that make use of the Taal driver.
Is there a driver for a MIPI Display / DSI LCD panel for the 2.6.37 kernel that:
- Is known to work (critical)
- Has source code that is publicly available (critical)
- Has an OMAP3x board file that uses the driver and is known to work (critical)
- Is for an LCD panel we can get a datasheet for (very important)
Also, is there a document describing the DSI driver interface?
Thanks very much,
Chris