 15c9887e15
			
		
	
	
	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>
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			331 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 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
 |