commit | 587b5e8269fab583e4e9d2d6bbdc77b289ac78a7 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Mar 02 12:47:54 2011 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Mar 11 15:46:28 2011 +0200 |
tree | fa322cec486f29d4f31a38e31c2f6bfc82370f1b | |
parent | 277b2881c3c0d97e214487fbd677b0590fb4acf3 [diff] |
OMAP: DSS2: Move DPI & SDI init into DSS plat driver 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>