Browse Source

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>
Marek Belisko 11 years ago
parent
commit
c84d95058a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/video/fbdev/omap2/displays-new/panel-tpo-td028ttec1.c

+ 1 - 0
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_spi_driver(td028ttec1_spi_driver);
 
 
+MODULE_ALIAS("spi:toppoly,td028ttec1");
 MODULE_AUTHOR("H. Nikolaus Schaller <hns@goldelico.com>");
 MODULE_AUTHOR("H. Nikolaus Schaller <hns@goldelico.com>");
 MODULE_DESCRIPTION("Toppoly TD028TTEC1 panel driver");
 MODULE_DESCRIPTION("Toppoly TD028TTEC1 panel driver");
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");