diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-12-31 12:23:31 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-02-04 13:32:05 +0300 |
commit | 6d817880cdfd0456ccf5f2b705d7078957ea09cb (patch) | |
tree | 05d3c6d468b69aec4dbedbb2013d84e2aee615e4 /drivers/video/fbdev/omap2/dss/omapdss-boot-init.c | |
parent | 6761a8f60633fc40d062436abb1e3c4877329968 (diff) | |
download | linux-6d817880cdfd0456ccf5f2b705d7078957ea09cb.tar.xz |
OMAPDSS: DSS: Add DRA7xx base support
Add base support for DRA7xx to DSS core.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/omap2/dss/omapdss-boot-init.c')
-rw-r--r-- | drivers/video/fbdev/omap2/dss/omapdss-boot-init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/dss/omapdss-boot-init.c b/drivers/video/fbdev/omap2/dss/omapdss-boot-init.c index 2f0822ee3ff9..42b87f95267c 100644 --- a/drivers/video/fbdev/omap2/dss/omapdss-boot-init.c +++ b/drivers/video/fbdev/omap2/dss/omapdss-boot-init.c @@ -186,6 +186,7 @@ static const struct of_device_id omapdss_of_match[] __initconst = { { .compatible = "ti,omap3-dss", }, { .compatible = "ti,omap4-dss", }, { .compatible = "ti,omap5-dss", }, + { .compatible = "ti,dra7-dss", }, {}, }; |