[linux-yocto] [PATCH 08/14] spi: meson: Fix module autoload for OF platform driver

Weifeng Voon weifeng.voon at intel.com
Thu Jun 16 01:25:45 PDT 2016


From: Luis de Bethencourt <luis at debethencourt.com>

This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt <luisbg at osg.samsung.com>
Signed-off-by: Mark Brown <broonie at kernel.org>
(cherry picked from commit c9e97b3cb2b80deb94c092a2022a6d385b838d84)
Signed-off-by: Weifeng Voon <weifeng.voon at intel.com>
---
 drivers/spi/spi-meson-spifc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/spi-meson-spifc.c b/drivers/spi/spi-meson-spifc.c
index 5468fc7..2465259 100644
--- a/drivers/spi/spi-meson-spifc.c
+++ b/drivers/spi/spi-meson-spifc.c
@@ -444,6 +444,7 @@ static const struct of_device_id meson_spifc_dt_match[] = {
 	{ .compatible = "amlogic,meson6-spifc", },
 	{ },
 };
+MODULE_DEVICE_TABLE(of, meson_spifc_dt_match);
 
 static struct platform_driver meson_spifc_driver = {
 	.probe	= meson_spifc_probe,
-- 
1.9.1



More information about the linux-yocto mailing list