Commit bf7e9791 authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Philipp Zabel
Browse files

drm/imx: parallel-display: add the bridge before attaching it

parent 3257bd19
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -256,6 +256,8 @@ static int imx_pd_probe(struct platform_device *pdev)

	platform_set_drvdata(pdev, imxpd);

	devm_drm_bridge_add(dev, &imxpd->bridge);

	return component_add(dev, &imx_pd_ops);
}