Tomi Valkeinen | 0191bf3 | 2012-11-05 15:14:17 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2012 Texas Instruments, Inc.. |
| 3 | * Author: Tomi Valkeinen <tomi.valkeinen@ti.com> |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or |
| 6 | * modify it under the terms of the GNU General Public License |
| 7 | * version 2 as published by the Free Software Foundation. |
| 8 | * |
| 9 | * This program is distributed in the hope that it will be useful, but |
| 10 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 12 | * General Public License for more details. |
| 13 | * |
| 14 | * You should have received a copy of the GNU General Public License |
| 15 | * along with this program; if not, write to the Free Software |
| 16 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
| 17 | * 02110-1301 USA |
| 18 | * |
| 19 | */ |
| 20 | |
| 21 | /* |
| 22 | * NOTE: this is a transitional file to help with DT adaptation. |
| 23 | * This file will be removed when DSS supports DT. |
| 24 | */ |
| 25 | |
| 26 | #include <linux/kernel.h> |
Tomi Valkeinen | 86cf29d | 2012-11-05 15:14:18 +0200 | [diff] [blame] | 27 | #include <linux/gpio.h> |
Tomi Valkeinen | 7346582 | 2013-04-24 11:29:03 +0300 | [diff] [blame] | 28 | #include <linux/platform_device.h> |
Tomi Valkeinen | 86cf29d | 2012-11-05 15:14:18 +0200 | [diff] [blame] | 29 | |
Tomi Valkeinen | 0191bf3 | 2012-11-05 15:14:17 +0200 | [diff] [blame] | 30 | #include <video/omapdss.h> |
Archit Taneja | a0d8dde | 2013-02-12 16:46:46 +0530 | [diff] [blame] | 31 | #include <video/omap-panel-data.h> |
Tomi Valkeinen | 0191bf3 | 2012-11-05 15:14:17 +0200 | [diff] [blame] | 32 | |
Tony Lindgren | e8d3d47 | 2012-12-16 11:29:58 -0800 | [diff] [blame] | 33 | #include "soc.h" |
Tomi Valkeinen | 0191bf3 | 2012-11-05 15:14:17 +0200 | [diff] [blame] | 34 | #include "dss-common.h" |
| 35 | #include "mux.h" |
Tomi Valkeinen | dcdf407 | 2013-03-18 15:50:25 +0200 | [diff] [blame] | 36 | #include "display.h" |
Tomi Valkeinen | 0191bf3 | 2012-11-05 15:14:17 +0200 | [diff] [blame] | 37 | |