OMAP: DSS2: Move DPI & SDI init into DSS plat driver
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 2 Mar 2011 10:47:54 +0000 (12:47 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 11 Mar 2011 13:46:28 +0000 (15:46 +0200)
DPI and SDI are different from the other interfaces as they are not
hwmods and there is not platform driver for them. They could be said to
be a part of DSS or DISPC modules, although it's not a clear definition.

This patch moves DPI and SDI initialization into DSS platform driver,
making the code more consistent: omap_dss_probe() only initializes
platform drivers now.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found