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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1284,6 +1284,7 @@ static const struct of_device_id cdns_dsi_of_match[] = {
	{ .compatible = "cdns,dsi" },
	{ },
};
MODULE_DEVICE_TABLE(of, cdns_dsi_of_match);

static struct platform_driver cdns_dsi_platform_driver = {
	.probe  = cdns_dsi_drm_probe,