Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c84d9505 authored by Marek Belisko's avatar Marek Belisko Committed by Tomi Valkeinen
Browse files

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: default avatarMarek Belisko <marek@goldelico.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 1f324509
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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");