]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP: overo: use new display drivers
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 3 May 2013 07:50:28 +0000 (10:50 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 28 Aug 2013 07:23:19 +0000 (10:23 +0300)
commit45a279c5ae3af3b1a4df2a7771d3cf6f8aad9a02
tree3a5620b7276c87a8490713809ff0f8de12084ddb
parent20d31345bdcc97e598db22e88656e58f15200165
ARM: OMAP: overo: use new display drivers

Use the new display drivers for OMAP3 Overo board.

The new OMAP display drivers were merged for 3.11, and we can now change
the board files to use the new ones and phase out the old ones.

Note that the LCD add-on boards for lcd43 and lcd35 use the same GPIOs
for the panels. This means that both panel devices cannot be probed at
the same time.

DT will handle this correctly, i.e. the DT data will contain the panel
device only for the add-on board that is attached. However, for the
board file we need a hackish solution: We parse the kernel boot command
line, and see whether lcd43 or lcd35 is set as a default display, and
add the given one. Or, if neither is given, default to lcd43.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-overo.c