mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 09:32:32 +00:00
553a59fc8f
The parallel-display driver used an undocumented, non-standard property "fsl,panel" to optionally associate with a drm_panel device. This patch fixes the driver to use the same OF graph bindings as the LDB driver instead: parallel-display { compatible = "fsl,imx-parallel-display"; ... port@1 { reg = <1>; parallel_out: endpoint { remote_endpoint = <&panel_in>; }; }; }; panel { ... port { panel_in: endpoint { remote-endpoint = <¶llel_out>; }; }; }; Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Tested-by: Gary Bisson <gary.bisson@boundarydevices.com> |
||
---|---|---|
.. | ||
armada | ||
atmel | ||
bridge | ||
i2c | ||
imx | ||
msm | ||
tilcdc |