OMAPDSS: move 'compatible' converter to omapdss driver
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 15 May 2014 07:41:34 +0000 (10:41 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 28 May 2014 06:25:15 +0000 (09:25 +0300)
commitbe041a1dc074f6da2e9b2fd08f6293fcf2dcacdf
treefda3f517df2ec8c72dca114ba5688a54b358b3ef
parentc547f77f709b22910de369d4c6df757a31dd724e
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>
arch/arm/mach-omap2/display.c
drivers/video/fbdev/omap2/Makefile
drivers/video/fbdev/omap2/dss/Kconfig
drivers/video/fbdev/omap2/dss/Makefile
drivers/video/fbdev/omap2/dss/omapdss-boot-init.c [new file with mode: 0644]