]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: create DPI & SDI devices
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 7 Mar 2012 11:09:43 +0000 (13:09 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 11 May 2012 11:44:51 +0000 (14:44 +0300)
commit6dc1defa5910a4b0533c66170ffb3906101645a1
tree4dfdf9b2bfef403b9020ea84630c0d492f898b17
parentabb1fcd014ba52af75519a050bd8d91ff7655828
OMAPDSS: create DPI & SDI devices

We currently have separate device/driver for each DSS HW module. The DPI
and SDI outputs are more or less parts of the DSS or DISPC hardware
modules, but in SW it makes sense to represent them as device/driver
pairs similarly to all the other outputs. This also makes sense for
device tree, as each node under dss will be a platform device, and
handling DPI & SDI somehow differently than the rest would just make the
code more complex.

This patch modifies arch/arm/mach-omap2/display.c to create platform
devices for DPI and SDI, and later patches will implement driver for
them.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
arch/arm/mach-omap2/display.c