aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/dss-common.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-11-05 15:14:18 +0200
committerTony Lindgren <tony@atomide.com>2012-11-07 13:26:51 -0800
commit86cf29dc5a595957ab02068fcd39c57009763a8b (patch)
treef7e1e76176a08c4516cfdfbe57c55ad48a431c19 /arch/arm/mach-omap2/dss-common.h
parentOMAP: panda: move display init from board file to dss-common.c (diff)
downloadlinux-dev-86cf29dc5a595957ab02068fcd39c57009763a8b.tar.xz
linux-dev-86cf29dc5a595957ab02068fcd39c57009763a8b.zip
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>
Diffstat (limited to 'arch/arm/mach-omap2/dss-common.h')
-rw-r--r--arch/arm/mach-omap2/dss-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/dss-common.h b/arch/arm/mach-omap2/dss-common.h
index 6fac6a8315cb..915f6fff5106 100644
--- a/arch/arm/mach-omap2/dss-common.h
+++ b/arch/arm/mach-omap2/dss-common.h
@@ -8,5 +8,7 @@
void __init omap4_panda_display_init(void);
void __init omap4_panda_display_init_of(void);
+void __init omap_4430sdp_display_init(void);
+void __init omap_4430sdp_display_init_of(void);
#endif