diff options
author | Jarkko Nikula <jarkko.nikula@bitmer.com> | 2016-12-27 15:12:16 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-01-04 07:08:14 -0500 |
commit | 42f7f3c4811b3149253ecf2e133832c969884466 (patch) | |
tree | 2781b28624f56342971530181d21ee52ffc1e095 | |
parent | 7e6d80ddb29d7254cbf699075fc4f752f10cacc6 (diff) |
drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIAS
Add module alias for Sony ACX565AKM LCD panel. This makes it probe on Nokia
N900 when panel driver is built as a module.
Signed-off-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r-- | drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c b/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c index 746cb8d9cba1..5ab39e0060f2 100644 --- a/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c +++ b/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c | |||
@@ -909,6 +909,7 @@ static struct spi_driver acx565akm_driver = { | |||
909 | 909 | ||
910 | module_spi_driver(acx565akm_driver); | 910 | module_spi_driver(acx565akm_driver); |
911 | 911 | ||
912 | MODULE_ALIAS("spi:sony,acx565akm"); | ||
912 | MODULE_AUTHOR("Nokia Corporation"); | 913 | MODULE_AUTHOR("Nokia Corporation"); |
913 | MODULE_DESCRIPTION("acx565akm LCD Driver"); | 914 | MODULE_DESCRIPTION("acx565akm LCD Driver"); |
914 | MODULE_LICENSE("GPL"); | 915 | MODULE_LICENSE("GPL"); |