commit | f2dd36ac9974cc2353bcbb8e6b643fb96030564c | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 15 10:41:34 2014 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed May 28 09:25:15 2014 +0300 |
tree | fda3f517df2ec8c72dca114ba5688a54b358b3ef | |
parent | 2b22df835ba42ad6c5f09a52baf68cfb60650f56 [diff] |
OMAPDSS: move 'compatible' converter to omapdss driver Move the panel/encoder driver compatible-string converter from arch/arm/mach-omap2/display.c to omapdss driver. That is a more logical place for it, as it's really an omapdss internal hack. The code is rewritten to follow the video node graph, starting from omapdss. This removes the need to have the device compatible-string database. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>