| 
									
										
										
										
											2012-11-05 15:14:17 +02:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Copyright (C) 2012 Texas Instruments, Inc.. | 
					
						
							|  |  |  |  * Author: Tomi Valkeinen <tomi.valkeinen@ti.com> | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or | 
					
						
							|  |  |  |  * modify it under the terms of the GNU General Public License | 
					
						
							|  |  |  |  * version 2 as published by the Free Software Foundation. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, but | 
					
						
							|  |  |  |  * WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | 
					
						
							|  |  |  |  * General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU General Public License | 
					
						
							|  |  |  |  * along with this program; if not, write to the Free Software | 
					
						
							|  |  |  |  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | 
					
						
							|  |  |  |  * 02110-1301 USA | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /*
 | 
					
						
							|  |  |  |  * NOTE: this is a transitional file to help with DT adaptation. | 
					
						
							|  |  |  |  * This file will be removed when DSS supports DT. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/kernel.h>
 | 
					
						
							| 
									
										
										
										
											2012-11-05 15:14:18 +02:00
										 |  |  | #include <linux/gpio.h>
 | 
					
						
							| 
									
										
										
										
											2013-04-24 11:29:03 +03:00
										 |  |  | #include <linux/platform_device.h>
 | 
					
						
							| 
									
										
										
										
											2012-11-05 15:14:18 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-05 15:14:17 +02:00
										 |  |  | #include <video/omapdss.h>
 | 
					
						
							| 
									
										
										
										
											2013-02-12 16:46:46 +05:30
										 |  |  | #include <video/omap-panel-data.h>
 | 
					
						
							| 
									
										
										
										
											2012-11-05 15:14:17 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-16 11:29:58 -08:00
										 |  |  | #include "soc.h"
 | 
					
						
							| 
									
										
										
										
											2012-11-05 15:14:17 +02:00
										 |  |  | #include "dss-common.h"
 | 
					
						
							|  |  |  | #include "mux.h"
 | 
					
						
							| 
									
										
										
										
											2013-03-18 15:50:25 +02:00
										 |  |  | #include "display.h"
 | 
					
						
							| 
									
										
										
										
											2012-11-05 15:14:17 +02:00
										 |  |  | 
 |