| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * HDMI driver for OMAP5 |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 8 | 9 | * Mythri pk |
|---|
| 9 | 10 | * Archit Taneja <archit@ti.com> |
|---|
| 10 | 11 | * Tomi Valkeinen <tomi.valkeinen@ti.com> |
|---|
| 11 | | - * |
|---|
| 12 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 13 | | - * under the terms of the GNU General Public License version 2 as published by |
|---|
| 14 | | - * the Free Software Foundation. |
|---|
| 15 | | - * |
|---|
| 16 | | - * This program is distributed in the hope that it will be useful, but WITHOUT |
|---|
| 17 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 18 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
|---|
| 19 | | - * more details. |
|---|
| 20 | | - * |
|---|
| 21 | | - * You should have received a copy of the GNU General Public License along with |
|---|
| 22 | | - * this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 23 | 12 | */ |
|---|
| 24 | 13 | |
|---|
| 25 | 14 | #define DSS_SUBSYS_NAME "HDMI" |
|---|
| .. | .. |
|---|
| 35 | 24 | #include <linux/platform_device.h> |
|---|
| 36 | 25 | #include <linux/pm_runtime.h> |
|---|
| 37 | 26 | #include <linux/clk.h> |
|---|
| 38 | | -#include <linux/gpio.h> |
|---|
| 27 | +#include <linux/of.h> |
|---|
| 39 | 28 | #include <linux/regulator/consumer.h> |
|---|
| 40 | 29 | #include <linux/component.h> |
|---|
| 41 | 30 | #include <video/omapfb_dss.h> |
|---|