summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorMarek Belisko <marek@goldelico.com>2014-05-08 22:16:52 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-05-09 11:35:51 +0200
commitc84d95058a41445f8d8e6c23965f97a8445df978 (patch)
tree543a04910a1f6e71748c94507633eafdebd7df42 /drivers/video
parentomapdss: panel-tpo-td028ec1: Add DT support. (diff)
downloadlinux-c84d95058a41445f8d8e6c23965f97a8445df978.tar.xz
linux-c84d95058a41445f8d8e6c23965f97a8445df978.zip
omapdss: panel-tpo-td028ec1: Add module alias
Add module alias string to make it working when panel is compiled as module. Without this change panel module is not probed thus display is not working. Signed-off-by: Marek Belisko <marek@goldelico.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c b/drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c
index 5b3466e953b2..728808bcceeb 100644
--- a/drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c
+++ b/drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c
@@ -505,6 +505,7 @@ static struct spi_driver td028ttec1_spi_driver = {
module_spi_driver(td028ttec1_spi_driver);
+MODULE_ALIAS("spi:toppoly,td028ttec1");
MODULE_AUTHOR("H. Nikolaus Schaller <hns@goldelico.com>");
MODULE_DESCRIPTION("Toppoly TD028TTEC1 panel driver");
MODULE_LICENSE("GPL");