ARM: OMAP2+: add omapdss_init_of()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 18 Mar 2013 13:50:25 +0000 (15:50 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 19 Mar 2014 08:52:23 +0000 (10:52 +0200)
commitdcdf407b9ddceb1383da14c9a095e0b07a85b014
tree971bbe76a1a0afdc79885355ffd331512dcae1f9
parentcfbf8d4857c26a8a307fb7cd258074c9dcd8c691
ARM: OMAP2+: add omapdss_init_of()

The OMAP display architecture requires a bunch of platform devices which
are not created via .dts (for now). We also need to pass a few function
pointers and the DSS hardware version from the arch code to omapdss
driver.

This patch adds omapdss_init_of() function, called from board-generic at
init time, which handles those tasks.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-generic.c
arch/arm/mach-omap2/common.h
arch/arm/mach-omap2/display.c
arch/arm/mach-omap2/display.h
arch/arm/mach-omap2/dss-common.c
This page took 0.028381 seconds and 5 git commands to generate.