summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/omap2/dss/omapdss-boot-init.c
AgeCommit message (Collapse)Author
2015-01-30OMAPDSS: add dra7-dss to dt conversion listTomi Valkeinen
Add 'ti,dra7-dss' compatible string to DSS's boot init system. Without this, the display driver's compatible string matching does not work properly. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Tested-by: Nishanth Menon <nm@ti.com> Signed-off-by: Jyri Sarha <jsarha@ti.com>
2014-06-20OMAPDSS: move 'compatible' converter to omapdss driverTomi Valkeinen
[ Upstream commit f2dd36ac9974cc2353bcbb8e6b643fb96030564c ] 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> Signed-off-by: Darren Etheridge <detheridge@ti.com>