blob: 1d583bc0b1a90bff18b4c8dd88f38d22a2a9520d [file] [log] [blame]
Tomi Valkeinen0191bf32012-11-05 15:14:17 +02001/*
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 Valkeinen86cf29d2012-11-05 15:14:18 +020027#include <linux/gpio.h>
Tomi Valkeinen73465822013-04-24 11:29:03 +030028#include <linux/platform_device.h>
Tomi Valkeinen86cf29d2012-11-05 15:14:18 +020029
Peter Ujfalusif8e0db92016-05-25 17:53:30 +030030#include <linux/platform_data/omapdss.h>
Archit Tanejaa0d8dde2013-02-12 16:46:46 +053031#include <video/omap-panel-data.h>
Tomi Valkeinen0191bf32012-11-05 15:14:17 +020032
Tony Lindgrene8d3d472012-12-16 11:29:58 -080033#include "soc.h"
Tomi Valkeinen0191bf32012-11-05 15:14:17 +020034#include "dss-common.h"
35#include "mux.h"
Tomi Valkeinendcdf4072013-03-18 15:50:25 +020036#include "display.h"
Tomi Valkeinen0191bf32012-11-05 15:14:17 +020037