|
@@ -452,6 +452,8 @@ static int td028ttec1_panel_remove(struct spi_device *spi)
|
|
|
}
|
|
|
|
|
|
static const struct of_device_id td028ttec1_of_match[] = {
|
|
|
+ { .compatible = "omapdss,tpo,td028ttec1", },
|
|
|
+ /* keep to not break older DTB */
|
|
|
{ .compatible = "omapdss,toppoly,td028ttec1", },
|
|
|
{},
|
|
|
};
|
|
@@ -471,6 +473,7 @@ static struct spi_driver td028ttec1_spi_driver = {
|
|
|
|
|
|
module_spi_driver(td028ttec1_spi_driver);
|
|
|
|
|
|
+MODULE_ALIAS("spi:tpo,td028ttec1");
|
|
|
MODULE_ALIAS("spi:toppoly,td028ttec1");
|
|
|
MODULE_AUTHOR("H. Nikolaus Schaller <hns@goldelico.com>");
|
|
|
MODULE_DESCRIPTION("Toppoly TD028TTEC1 panel driver");
|