mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
15c9887e15
IGEPv2 board has both an DVI and TFP410 video interfaces but DSS support for DeviceTree has not yet landed in mainline so is necessary to init the displays using legacy platform code. Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
14 lines
331 B
C
14 lines
331 B
C
#ifndef __OMAP_DSS_COMMON__
|
|
#define __OMAP_DSS_COMMON__
|
|
|
|
/*
|
|
* NOTE: this is a transitional file to help with DT adaptation.
|
|
* This file will be removed when DSS supports DT.
|
|
*/
|
|
|
|
void __init omap4_panda_display_init_of(void);
|
|
void __init omap_4430sdp_display_init_of(void);
|
|
void __init omap3_igep2_display_init_of(void);
|
|
|
|
#endif
|