Skip to content
Snippets Groups Projects
Commit 9b0202d8 authored by Martin Tůma's avatar Martin Tůma Committed by Greg Kroah-Hartman
Browse files

i2c: xiic: Add platform module alias


[ Upstream commit b8caf0a0 ]

The missing "platform" alias is required for the mgb4 v4l2 driver to load
the i2c controller driver when probing the HW.

Signed-off-by: default avatarMartin Tůma <martin.tuma@digiteqautomotive.com>
Acked-by: default avatarMichal Simek <michal.simek@amd.com>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent e552ade2
No related branches found
No related tags found
No related merge requests found
......@@ -897,6 +897,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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment