Skip to content
Snippets Groups Projects
Unverified Commit 9b6c03cb authored by Alexander Stein's avatar Alexander Stein Committed by Robert Foss
Browse files

drm/bridge: nwl-dsi: Set bridge type

parent 272f1722
No related branches found
No related tags found
Loading
......@@ -1184,6 +1184,7 @@ static int nwl_dsi_probe(struct platform_device *pdev)
dsi->bridge.funcs = &nwl_dsi_bridge_funcs;
dsi->bridge.of_node = dev->of_node;
dsi->bridge.timings = &nwl_dsi_timings;
dsi->bridge.type = DRM_MODE_CONNECTOR_DSI;
dev_set_drvdata(dev, dsi);
pm_runtime_enable(dev);
......
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