linux/Documentation/devicetree/bindings/drm
Philipp Zabel 553a59fc8f drm/imx: parallel-display: fix drm_panel support
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 = <&parallel_out>;
                    };
            };
    };

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Tested-by: Gary Bisson <gary.bisson@boundarydevices.com>
2015-07-10 11:02:31 +02:00
..
armada dt-bindings: add Marvell Dove LCD controller documentation 2014-07-11 15:40:16 +01:00
atmel drm: add DT bindings documentation for atmel-hlcdc-dc driver 2015-01-21 09:46:02 +01:00
bridge Documentation: drm: bridge: move to video/bridge 2015-01-28 08:47:30 +01:00
i2c drm/i2c: tda998x: fix lack of required reg in DT documentation 2014-07-02 16:25:22 +01:00
imx drm/imx: parallel-display: fix drm_panel support 2015-07-10 11:02:31 +02:00
msm drm/msm/hdmi: Use pinctrl in HDMI driver 2015-06-11 13:11:06 -04:00
tilcdc drm/tilcdc: Add support for external tda998x encoder 2015-05-27 13:13:32 +03:00