OMAP: omap4sdp: move display init from board file to dss-common.c
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 5 Nov 2012 13:14:18 +0000 (15:14 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 7 Nov 2012 21:26:51 +0000 (13:26 -0800)
commit86cf29dc5a595957ab02068fcd39c57009763a8b
treef7e1e76176a08c4516cfdfbe57c55ad48a431c19
parent0191bf368fd95ecd4f83e62b0ad6de12048b14bf
OMAP: omap4sdp: move display init from board file to dss-common.c

Device tree support for omapdss is still some way in the future.  In an
effort to get a minimal DSS support for DT enabled kernel on selected
OMAP4 boards, we'll go for a temporary solution: We will call the same
non-DT omapdss setup code for OMAP4 SDP and Pandaboards from
board-generic.c, thus enabling DSS for those boards.

This patch moves the display setup code from board-4430sdp.c to
dss-common.c. dss-common.c will be called by the board-4430sdp.c when
running on non-DT kernel, and by board-generic.c when running on DT
enabled kernel.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-4430sdp.c
arch/arm/mach-omap2/dss-common.c
arch/arm/mach-omap2/dss-common.h