Commit ffb5c099 authored by Nishanth Menon's avatar Nishanth Menon Committed by Tomi Valkeinen

drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt

Add MODULE_DEVICE_TABLE to the device tree table to create required
aliases needed for module to be loaded with device tree based platform.

Fixes: e1923395 ("drm/bridge: Add Cadence DSI driver")
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Reviewed-by: default avatarTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210921174059.17946-1-nm@ti.com
parent 0e65e2e6
...@@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = { ...@@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
{ .compatible = "cdns,dsi" }, { .compatible = "cdns,dsi" },
{ }, { },
}; };
MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);
static struct platform_driver cdns_dsi_platform_driver = { static struct platform_driver cdns_dsi_platform_driver = {
.probe = cdns_dsi_drm_probe, .probe = cdns_dsi_drm_probe,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment