mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
[ Upstream commitffb5c099aa] 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:e19233955d("drm/bridge: Add Cadence DSI driver") Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210921174059.17946-1-nm@ti.com Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
a3d53f0005
commit
06a0001366
|
|
@ -1286,6 +1286,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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user