diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-12-31 12:26:18 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-02-04 13:32:06 +0300 |
commit | adb5ff835c0db95e969c717f981f65f855f147bf (patch) | |
tree | b6630196666096042078e08357ce7c75f84e4bd8 /drivers/video/fbdev/omap2/dss/hdmi5.c | |
parent | 0006fd63d1fbb5deb29ced23da1580036afabe97 (diff) | |
download | linux-adb5ff835c0db95e969c717f981f65f855f147bf.tar.xz |
OMAPDSS: HDMI: Add DRA7xx support
Add support for DRA7xx to the HDMI driver.
The HDMI block on DRA7xx is the same as on OMAP5, except we need to
enable and disable the HDMI PLL via the CONTROL module.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/omap2/dss/hdmi5.c')
-rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/dss/hdmi5.c b/drivers/video/fbdev/omap2/dss/hdmi5.c index 39aae3aa7136..3f0b34a7031a 100644 --- a/drivers/video/fbdev/omap2/dss/hdmi5.c +++ b/drivers/video/fbdev/omap2/dss/hdmi5.c @@ -787,6 +787,7 @@ static const struct dev_pm_ops hdmi_pm_ops = { static const struct of_device_id hdmi_of_match[] = { { .compatible = "ti,omap5-hdmi", }, + { .compatible = "ti,dra7-hdmi", }, {}, }; |