]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c
omapdrm: panel: fix compatible vendor string for td028ttec1
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / omapdrm / displays / panel-tpo-td028ttec1.c
index 0a38a0e8c925c3901da5573f8c20d3f049398c34..a0dfa14f4fab36e685ba9e044934e83c5e8f3853 100644 (file)
@@ -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");