summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMartin Tůma <martin.tuma@digiteqautomotive.com>2022-10-18 17:03:37 +0300
committerWolfram Sang <wsa@kernel.org>2022-10-19 22:33:03 +0300
commitb8caf0a0e04583fb71e21495bef84509182227ea (patch)
tree7accdcfbbe06dbf96a0842cb114a5d6019ba8f53 /drivers
parent9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff)
downloadlinux-b8caf0a0e04583fb71e21495bef84509182227ea.tar.xz
i2c: xiic: Add platform module alias
The missing "platform" alias is required for the mgb4 v4l2 driver to load the i2c controller driver when probing the HW. Signed-off-by: Martin Tůma <martin.tuma@digiteqautomotive.com> Acked-by: Michal Simek <michal.simek@amd.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/i2c/busses/i2c-xiic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-xiic.c b/drivers/i2c/busses/i2c-xiic.c
index b3fe6b2aa3ca..277a02455cdd 100644
--- a/drivers/i2c/busses/i2c-xiic.c
+++ b/drivers/i2c/busses/i2c-xiic.c
@@ -920,6 +920,7 @@ static struct platform_driver xiic_i2c_driver = {
module_platform_driver(xiic_i2c_driver);
+MODULE_ALIAS("platform:" DRIVER_NAME);
MODULE_AUTHOR("info@mocean-labs.com");
MODULE_DESCRIPTION("Xilinx I2C bus driver");
MODULE_LICENSE("GPL v2");