omapdss: panel-tpo-td028ec1: Add module alias
authorMarek Belisko <marek@goldelico.com>
Thu, 8 May 2014 20:16:52 +0000 (22:16 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 9 May 2014 09:35:51 +0000 (12:35 +0300)
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>
drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c

index 5b3466e953b29676908a7e173ced88451d6f10ac..728808bcceebc6545161cfa7925b60a0106d0fe7 100644 (file)
@@ -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");